14 #ifndef GDCMPARSEEXCEPTION_H
15 #define GDCMPARSEEXCEPTION_H
23 #if defined(__clang__) && defined(__has_warning)
24 # if __has_warning("-Wdeprecated")
25 # pragma clang diagnostic push
26 # pragma clang diagnostic ignored "-Wdeprecated"
84 #if defined(__clang__) && defined(__has_warning)
85 # if __has_warning("-Wdeprecated")
86 # pragma clang diagnostic pop
void SetLastElement(DataElement &de)
Definition: gdcmParseException.h:70
ParseException Standard exception handling object.
Definition: gdcmParseException.h:36
ParseException()
Definition: gdcmParseException.h:39
virtual ~ParseException()
Definition: gdcmParseException.h:42
Class to represent a Data Element either Implicit or Explicit.
Definition: gdcmDataElement.h:58
const DataElement & GetLastElement() const
Definition: gdcmParseException.h:74
Exception.
Definition: gdcmException.h:43