#include <Exception.h>
Definition at line 169 of file Exception.h.
◆ GenerialException() [1/2]
GenerialException::GenerialException |
( |
Exception * | _cause | ) |
|
◆ GenerialException() [2/2]
GenerialException::GenerialException |
( |
const wchar_t * | _message | ) |
|
Definition at line 333 of file Exception.cpp.
335{
337 __message = pszErrorMessage;
338}
#define __DCL_ASSERT(expr)
Exception(Exception *_cause=NULL)
◆ toString()
String GenerialException::toString |
( |
| ) |
const |
|
virtual |
Reimplemented from Exception.
Definition at line 340 of file Exception.cpp.
341{
342 StringBuilder sb = __message;
343
345 sb += L": See! Detail";
346
347 return sb;
348}
The documentation for this class was generated from the following files: