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