#include <Exception.hpp>
◆ ~Exception()
◆ Exception() [1/4]
Fn: Exception::Exception(const char* message)
Constructor.
Author: Tyler Parke
Date: 2017-11-17
Parameters:
message - The message that identifies the exception.
◆ Exception() [2/4]
◆ Exception() [3/4]
Exception |
( |
const std::exception & | exception | ) |
|
◆ Exception() [4/4]
◆ getCategory()
◆ getMessage()
Fn: const char* Exception::getMessage() const
Gets the message identifying the exception
Author: Tyler Parke
Date: 2017-11-17
Returns: Null if it fails, else the message.
◆ getPriority()
virtual uint04 getPriority |
( |
| ) |
const |
|
inlinevirtual |
◆ getTitle()
◆ id()
◆ printToLogger()
◆ setCategory()
Fn: void Exception::setCategory(const String& message)
Sets a message.
Author: Tyler Parke
Date: 2017-11-17
Parameters:
message - The message.
◆ setMessage()
◆ setThread()
void setThread |
( |
const String & | thread | ) |
|
|
inline |
◆ setTitle()
Fn: void Exception::setTitle(const String& title)
Sets a title for the exception.
Author: Tyler Parke
Date: 2018-07-09
Parameters:
title - The title of the exception.
◆ stackTrace()
virtual const String & stackTrace |
( |
| ) |
const |
|
inlinevirtual |
◆ thread()
const String & thread |
( |
| ) |
const |
|
inline |
◆ m_category
◆ m_message
◆ m_priority
◆ m_stack_trace
◆ m_thread
◆ m_title
The documentation for this class was generated from the following files: