Quick links: Examples - Files.
Classes: Hierarchy - Index - List - Members.
Packages: Index - base - jni.

Public Member Functions | Static Public Attributes | List of all members
cogitant.base.ExceptionUnknownObject Class Reference

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...
 

Detailed Description

Exception thrown when the given object is not found.

Constructor & Destructor Documentation

◆ ExceptionUnknownObject()

cogitant.base.ExceptionUnknownObject.ExceptionUnknownObject ( int  code,
String  msg 
)

Member Function Documentation

◆ toString()

String cogitant.base.ExceptionUnknownObject.toString ( )

Member Data Documentation

◆ NOSUCHNEIGHBOUR

final int cogitant.base.ExceptionUnknownObject.NOSUCHNEIGHBOUR =30
static

◆ NOSUCHOBJECTINENVIRONMENT

final int cogitant.base.ExceptionUnknownObject.NOSUCHOBJECTINENVIRONMENT =10
static

◆ NOSUCHOBJECTINGRAPH

final int cogitant.base.ExceptionUnknownObject.NOSUCHOBJECTINGRAPH =20
static

◆ NOTYPE

final int cogitant.base.ExceptionUnknownObject.NOTYPE =0
static