23 #ifndef __ccxx_ParseException_hxx 24 #define __ccxx_ParseException_hxx 57 void write(std::ostream& stream)
const;
67 #endif // __ccxx_ParseException_hxx
int getCharacter() const
Get the character position (within the line) of the error.
Definition: ParseException.h++:54
int getLine() const
Get the line number of the error.
Definition: ParseException.h++:50
#define COMMONCPP_API
Definition: Common.h++:126
A flexible, reference counted, copy-on-write, thread-safe, nullable string.
Definition: String.h++:50
Definition: AllocationMap.c++:25
An exception indicating a parsing error.
Definition: ParseException.h++:36
A general-purpose exception.
Definition: Exception.h++:39