BasicException() | BasicException | [inline] |
BasicException(const std::string message) | BasicException | [inline] |
BasicException(const std::string message, const BasicFileLocation &location) | BasicException | [inline] |
BasicException(const std::string message, BasicException &cause) | BasicException | [inline] |
BasicException(const std::string message, const BasicFileLocation &location, BasicException &cause) | BasicException | [inline] |
BasicException(const BasicException &e) | BasicException | [inline] |
cause | BasicException | [private] |
causePrintLevel | BasicException | [static] |
enableStackTraces | BasicException | [static] |
getCause() const | BasicException | [inline] |
getLocation() const | BasicException | [inline] |
getMessage() const | BasicException | [inline] |
getTrace() const | BasicException | [inline] |
init() | BasicException | [inline, protected] |
location | BasicException | [private] |
message | BasicException | [private] |
operator<<(std::ostream &, const BasicException &) | BasicException | [friend] |
print(std::ostream &stream, bool printLocations=true, unsigned int printLevel=0) const | BasicException | [inline] |
trace | BasicException | [private] |
~BasicException() | BasicException | [inline, virtual] |