#include <cgns++.h>
Public Types | |
enum | { NO_ERROR = 0, ADFLIB_ERROR, CGNSPP_FIRST_ERROR = 256, NULL_POINTER, NULL_STRING_POINTER, EMPTY_STRING, STRING_TOO_LONG, NUMBER_LESS_THAN_MINIMUM, NUMBER_GREATER_THAN_MAXIMUM, INDEX_TOO_LOW, INDEX_TOO_HIGH, NO_CGNS_NODE, NO_CGNS_PARENT, ILLEGAL_OPEN_MODE, NO_NAMED_CHILD, NO_LABELED_CHILD, UNKNOWN_DATA_ARRAY, UNKNOWN_QUANTITY, INVALID_LOCATION, NO_QUANTITY, NO_EXPONENTS, NO_UNITS, NO_LOCATION, NO_ELEMENT, NO_SIMULATIONTYPE, NO_DATACLASS, NO_STATE, NO_PARENT_NODE, WRONG_DATATYPE, WRONG_NUM_DIMENSIONS, WRONG_DIMENSION, ILLEGAL_DATA, ILLEGAL_RANGE, TODO = 510, INTERNAL_ERROR = 511 } |
Public Methods | |
Exception (int iErrorCode) throw () | |
virtual | ~Exception () throw () |
int | getErrorCode () const throw () |
char const * | getErrorMessage () const throw () |
virtual char const * | what () const throw () |
|
|
|
|
|
|
|
|
|
|
|