|
GDCM
2.2.3
|
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) |
ParseException Standard exception handling object.
| gdcm::ParseException::ParseException | ( | ) | [inline] |
| virtual gdcm::ParseException::~ParseException | ( | ) | throw () [inline, virtual] |
| const DataElement& gdcm::ParseException::GetLastElement | ( | ) | const [inline] |
| ParseException& gdcm::ParseException::operator= | ( | const ParseException & | orig | ) | [inline] |
Assignment operator.
| void gdcm::ParseException::SetLastElement | ( | DataElement & | de | ) | [inline] |
Equivalence operator.
Referenced by gdcm::Fragment::ReadBacktrack(), and gdcm::Fragment::ReadValue().
1.7.6.1