The class of all exceptions thrown by this library A simple exception object that wraps a string message. 
|  | 
|  | Ex (s a) | 
|  | 
|  | Ex (s a, s b) | 
|  | 
|  | Ex (s a, s b, s c) | 
|  | 
|  | Ex (s a, s b, s c, s d) | 
|  | 
|  | Ex (s a, s b, s c, s d, s e) | 
|  | 
|  | Ex (s a, s b, s c, s d, s e, s f) | 
|  | 
|  | Ex (s a, s b, s c, s d, s e, s f, s g) | 
|  | 
|  | Ex (s a, s b, s c, s d, s e, s f, s g, s h) | 
|  | 
|  | Ex (s a, s b, s c, s d, s e, s f, s g, s h, s i) | 
|  | 
|  | Ex (s a, s b, s c, s d, s e, s f, s g, s h, s i, s j) | 
|  | 
| virtual | ~Ex ()  throw () | 
|  | 
| void | setMessage (std::string message) | 
|  | Sets the message on the exception. (This method is called by all constructors of this object.)  More... 
 | 
|  | 
| virtual const char * | what () const   throw () | 
|  | Returns the error message corresponding to this exception.  More... 
 | 
|  |