GDCM
2.4.5
|
ParseException Standard exception handling object. More...
#include <gdcmParseException.h>
Public Member Functions | |
ParseException () | |
virtual | ~ParseException () throw () |
const DataElement & | GetLastElement () const |
ParseException & | operator= (const ParseException &orig) |
void | SetLastElement (DataElement &de) |
![]() | |
Exception (const char *desc="None", const char *file=__FILE__, unsigned int lineNumber=__LINE__, const char *func="") | |
virtual | ~Exception () throw () |
const char * | GetDescription () const |
Return the Description. More... | |
const char * | what () const throw () |
what implementation More... | |
ParseException Standard exception handling object.
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
Assignment operator.
|
inline |
Equivalence operator.
Referenced by gdcm::Fragment::ReadBacktrack(), and gdcm::Fragment::ReadValue().