Exception thrown when the given object is not found. More...
Inheritance diagram for cogitant.base.ExceptionUnknownObject:Public Member Functions | |
| ExceptionUnknownObject (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 | NOTYPE =0 |
| static final int | NOSUCHOBJECTINENVIRONMENT =10 |
| static final int | NOSUCHOBJECTINGRAPH =20 |
| static final int | NOSUCHNEIGHBOUR =30 |
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 the given object is not found.
| cogitant.base.ExceptionUnknownObject.ExceptionUnknownObject | ( | int | code, |
| String | msg | ||
| ) |
| String cogitant.base.ExceptionUnknownObject.toString | ( | ) |
References cogitant.base.Exception.code(), cogitant.base.Exception.messageAsIdToString(), cogitant.base.ExceptionUnknownObject.NOSUCHNEIGHBOUR, cogitant.base.ExceptionUnknownObject.NOSUCHOBJECTINENVIRONMENT, cogitant.base.ExceptionUnknownObject.NOSUCHOBJECTINGRAPH, and cogitant.base.ExceptionUnknownObject.NOTYPE.
|
static |
Referenced by cogitant.base.ExceptionUnknownObject.toString().
|
static |
Referenced by cogitant.base.ExceptionUnknownObject.toString().
|
static |
Referenced by cogitant.base.ExceptionUnknownObject.toString().
|
static |
Referenced by cogitant.base.ExceptionUnknownObject.toString().