#include <Exception.hpp>
Public Member Functions | |
| ValueException (const char *file, int line, const char *msg, int errorCode=::blocxx4::Exception::UNKNOWN_ERROR_CODE, const Exception *otherException=0, int subClassId=::blocxx4::Exception::UNKNOWN_SUBCLASS_ID) | |
| virtual | ~ValueException () throw () |
| virtual const char * | type () const |
| virtual ValueException * | clone () const |
A ValueException is thrown in case of failed parameter checks. E.g. a string should be an email address, but it is not.
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.4.4