Searched defs:LogicalError (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dexception.h5 * There are two main exception classes: LogicalError and RangeError.
73 class LogicalError : public Exception { class in namespace:Geom
75 LogicalError(const char * message, const char *file, const int line) function in class:Geom::LogicalError
78 #define THROW_LOGICALERROR(message) throw(LogicalError(message, __FILE__, __LINE__))
90 class NotImplemented : public LogicalError {
93 : LogicalError("Method not implemented", file, line) {}
97 class InvariantsViolation : public LogicalError {
100 : LogicalError("Invariants violation", file, line) {}

Completed in 40 milliseconds