VLink  2.0.0
A high-performance communication middleware
vlink::Exception Namespace Reference

Container namespace for VLink exception types. More...

Classes

class  RuntimeError
 Generic runtime failure; thrown by the logger on kFatal messages. More...
 
class  OutOfRange
 Indicates an index or iterator that is outside the legal 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 a value outside the mathematical domain of a function. More...
 
class  LengthError
 Indicates an attempt to exceed an implementation size limit. More...
 
class  RangeError
 Indicates an arithmetic range error. More...
 
class  OverflowError
 Indicates an arithmetic overflow. More...
 
class  UnderflowError
 Indicates an arithmetic underflow. More...
 
class  OperationCancelled
 Marker exception thrown when a cooperative cancellation request is observed. More...
 

Detailed Description

Container namespace for VLink exception types.