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"
45 LastElement = orig.LastElement;
50 LastElement = orig.LastElement;
85#if defined(__clang__) && defined(__has_warning)
86# if __has_warning("-Wdeprecated")
87# pragma clang diagnostic pop
Class to represent a Data Element either Implicit or Explicit.
Definition gdcmDataElement.h:59
Exception.
Definition gdcmException.h:44
ParseException Standard exception handling object.
Definition gdcmParseException.h:37
const DataElement & GetLastElement() const
Definition gdcmParseException.h:75
void SetLastElement(DataElement &de)
Definition gdcmParseException.h:71
~ParseException() override
Definition gdcmParseException.h:40
ParseException(const ParseException &orig)
Definition gdcmParseException.h:48