Base class of Cogitant exceptions. More...
Public Member Functions | |
Exception (int code, String message) | |
int | code () |
String | toString () |
String | what () |
String | className () |
Protected Member Functions | |
String | messageAsIdToString () |
Considers message as an id (iSet) and converts as String. More... | |
Base class of Cogitant exceptions.
cogitant.base.Exception.Exception | ( | int | code, |
String | message | ||
) |
References cogitant.base.Exception.code().
String cogitant.base.Exception.className | ( | ) |
int cogitant.base.Exception.code | ( | ) |
Referenced by cogitant.base.Exception.Exception(), cogitant.base.ExceptionInputBCGCT.toString(), cogitant.base.ExceptionOperation.toString(), cogitant.base.ExceptionInputCoGXML.toString(), cogitant.base.ExceptionObserver.toString(), cogitant.base.ExceptionUnknownObject.toString(), cogitant.base.ExceptionXml.toString(), cogitant.base.ExceptionInput.toString(), cogitant.base.ExceptionIO.toString(), and cogitant.base.ExceptionIncorrectType.toString().
|
protected |
Considers message as an id (iSet) and converts as String.
Referenced by cogitant.base.ExceptionUnknownObject.toString(), and cogitant.base.ExceptionIncorrectType.toString().
String cogitant.base.Exception.toString | ( | ) |
References cogitant.base.Exception.what().
String cogitant.base.Exception.what | ( | ) |
Referenced by cogitant.base.Exception.toString().