◆ FatalException()
FiftyoneDegrees::Common::FatalException::FatalException | ( | fiftyoneDegreesException * | exception | ) |
New exception from the C exception structure provided.
- Parameters
-
- exception - to convert to a C++ exception
\r\n
Fatal exception meaning the process should be halted.
FatalException (fiftyoneDegreesException *exception)
New exception from the C exception structure provided. More...
| |
Public Member Functions inherited from FiftyoneDegrees::Common::StatusCodeException | |
StatusCodeException (fiftyoneDegreesStatusCode code)
New exception from the status code provided. More...
| |
StatusCodeException (fiftyoneDegreesStatusCode code, const char *fileName)
New exception from the status code provided and the file name relating to the operation which failed. More...
| |
~StatusCodeException ()
Dispose of the exception instance.
| |
const char * | what () const noexcept
Get the message associated with the exception. More...
|
fiftyoneDegreesStatusCode | getCode () const noexcept
Get the status code.
|
FiftyoneDegrees::Common::FatalException::FatalException | ( | fiftyoneDegreesException * | exception | ) |
New exception from the C exception structure provided.