37 Exception (
const char* method_name,
const char* message);
53 const
char*
what () const throw ();
57 void touch (const
char* method_name);
76 ArgumentException (
const char* source,
const char* argument_name,
const char* value,
const char* comment =
"");
80 ArgumentException (
const char* source,
const char* argument_name,
int value,
const char* comment =
"");
84 ArgumentException (
const char* source,
const char* argument_name,
unsigned int value,
const char* comment =
"");
88 ArgumentException (
const char* source,
const char* argument_name,
double value,
const char* comment =
"");
116 ArgumentRangeException (
const char* source,
const char* argument_name,
unsigned int value,
unsigned int min_value,
unsigned int max_value);
128 ArgumentRangeException (
const char* source,
const char* argument_name,
double value,
double min_value,
double max_value);
#define ONIXS_MTS_BONDVISION_SDP_THROWABLE
ArgumentException(const char *source, const char *argument_name, unsigned int value, const char *comment="")
ArgumentException(const char *source, const char *argument_name, const char *value, const char *comment="")
ArgumentException(const char *source, const char *message)
ArgumentException(const char *source, const char *argument_name, int value, const char *comment="")
ArgumentException(const char *source, const char *argument_name, double value, const char *comment="")
ArgumentRangeException(const char *source, const char *argument_name, int value, unsigned int max_value)
ArgumentRangeException(const char *source, const char *argument_name, int value, int min_value, int max_value)
ArgumentRangeException(const char *source, const char *message)
ArgumentRangeException(const char *source, const char *argument_name, unsigned int value, unsigned int max_value)
ArgumentRangeException(const char *source, const char *argument_name, double value, double min_value, double max_value)
ArgumentRangeException(const char *source, const char *argument_name, unsigned int value, unsigned int min_value, unsigned int max_value)
void touch(const char *method_name)
Exception(const char *method_name, const char *message)
const char * what() const
Exception(const Exception &)
NotImplementedException(const char *source)
NullArgumentException(const char *source, const char *argument_name)
OperationException(const char *source, const char *message)