ValueException class declaration.
More...
#include <Exception.hpp>
|
| | ValueException (const char *file, int line, const char *msg, int errorCode=::BLOCXX_NAMESPACE::Exception::UNKNOWN_ERROR_CODE, const Exception *otherException=0, int subClassId=::BLOCXX_NAMESPACE::Exception::UNKNOWN_SUBCLASS_ID) |
| |
| virtual | ~ValueException () throw () |
| |
| virtual const char * | type () const |
| |
| virtual ValueException * | clone () const |
| |
| virtual void | rethrow () const |
| |
ValueException class declaration.
A ValueException is thrown in case of failed parameter checks. E.g. a string should be an email address, but it is not.
| limal::ValueException::ValueException |
( |
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
msg, |
|
|
int |
errorCode = ::BLOCXX_NAMESPACE::Exception::UNKNOWN_ERROR_CODE, |
|
|
const Exception * |
otherException = 0, |
|
|
int |
subClassId = ::BLOCXX_NAMESPACE::Exception::UNKNOWN_SUBCLASS_ID |
|
) |
| |
| virtual limal::ValueException::~ValueException |
( |
| ) |
throw () |
|
virtual |
| virtual void limal::ValueException::rethrow |
( |
| ) |
const |
|
virtual |
| virtual const char* limal::ValueException::type |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: