List of all members.
Public Member Functions
-
int errorCode () const
-
bool isDefined () const
-
void logError () const
- Log error instead of throwing it.
-
RoadError & operator= (const RoadError &other)
-
RoadError ()
- May be replaced with any ostream object.
-
RoadError (const RoadError &other)
-
RoadError (int code, const std::string &message)
- Called on throw, generates error_message.
-
RoadError (int code, const char *fmt)
-
RoadError (int code, const char *fmt, int d)
-
RoadError (int code, const char *fmt, int d, int d2)
-
RoadError (int code, const char *fmt, int d, int d2, float f)
-
RoadError (int code, const char *fmt, int d, int d2, float f, const char *s)
-
RoadError (int code, const char *fmt, int d, int d2, float f, const void *x)
-
RoadError (int code, const char *fmt, int d, int d2, float f, int i)
-
RoadError (int code, const char *fmt, int d, int d2, float f, long long i)
-
RoadError (int code, const char *fmt, int d, int d2, float f, double e)
-
RoadLogEvent roadLogEvent () const
-
virtual const char * what () const throw ()
Static Public Member Functions
-
static void clearGlobalLog ()
-
static bool emptyGlobalLog ()
-
static const char * stringGlobalLog ()
The documentation for this class was generated from the following files:
- modules/examples/ConvexHull/RoadError.h
- modules/examples/ConvexHull/RoadError.cpp