Public Member Functions | Protected Member Functions

cogitant.base.Exception Class Reference

Base class of Cogitant exceptions. More...

Inheritance diagram for cogitant.base.Exception:

List of all members.

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.

Detailed Description

Base class of Cogitant exceptions.


Constructor & Destructor Documentation

cogitant.base.Exception.Exception ( int  code,
String  message 
)

Member Function Documentation

String cogitant.base.Exception.className ( )
int cogitant.base.Exception.code ( )
String cogitant.base.Exception.messageAsIdToString ( ) [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 ( )
String cogitant.base.Exception.what ( )