Exception thrown when an error is found while running an operation. More...
Public Member Functions | |
ExceptionOperation (int code, String msg) | |
String | toString () |
Public Member Functions inherited from cogitant.base.Exception | |
Exception (int code, String message) | |
int | code () |
String | toString () |
String | what () |
String | className () |
Static Public Attributes | |
static final int | PROJECTION_INITIALPROJECTION = 10 |
Additional Inherited Members | |
Protected Member Functions inherited from cogitant.base.Exception | |
String | messageAsIdToString () |
Considers message as an id (iSet) and converts as String. More... | |
Exception thrown when an error is found while running an operation.
cogitant.base.ExceptionOperation.ExceptionOperation | ( | int | code, |
String | msg | ||
) |
String cogitant.base.ExceptionOperation.toString | ( | ) |
References cogitant.base.Exception.code().
|
static |