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::Read().