VLink 2.0.0
A high-performance communication middleware
Loading...
Searching...
No Matches
vlink::Exception Namespace Reference

Container namespace for all VLink exception types. More...

Classes

class  RuntimeError
 Indicates a general runtime failure. More...
class  OutOfRange
 Indicates an index or iterator that is outside the valid range. More...
class  InvalidArgument
 Indicates that a function received an argument with an invalid value. More...
class  LogicError
 Indicates a violated program logic precondition. More...
class  DomainError
 Indicates that a value is outside the domain of a mathematical function. More...
class  LengthError
 Indicates an attempt to exceed the maximum allowable size or length. More...
class  RangeError
 Indicates an arithmetic range error. More...
class  OverflowError
 Indicates an arithmetic overflow. More...
class  UnderflowError
 Indicates an arithmetic underflow. More...

Detailed Description

Container namespace for all VLink exception types.