Base class for CASL Exceptions
-
Exception(const char* msg, int aCategory)
-
Exception(const Exception& x)
-
Exception(const char* msg)
-
Exception(const string& msg)
-
Exception(const char* msg, int aCategory, int aCode)
-
Exception(const string& msg, int aCategory, int aCode)
-
Exception(int aCategory, int aCode)
-
Exception()
-
int category
-
int code
-
std::string message
-
Exception& operator=(const Exception& x)
-
virtual const char* what() const
Documentation
Base class for CASL Exceptions
Exception()
Exception(const char* msg)
Exception(const string& msg)
Exception(const char* msg, int aCategory, int aCode)
Exception(const string& msg, int aCategory, int aCode)
Exception(int aCategory, int aCode)
Exception(const char* msg, int aCategory)
std::string message
int category
int code
virtual const char* what() const
Exception(const Exception& x)
Exception& operator=(const Exception& x)
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.