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

Public Member Functions | Protected Member Functions | List of all members
cogitant.base.Exception Class Reference

Base class of Cogitant exceptions. More...

+ Inheritance diagram for cogitant.base.Exception:

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

Detailed Description

Base class of Cogitant exceptions.

Constructor & Destructor Documentation

◆ Exception()

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

Member Function Documentation

◆ className()

String cogitant.base.Exception.className ( )

◆ code()

int cogitant.base.Exception.code ( )

◆ messageAsIdToString()

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

◆ toString()

String cogitant.base.Exception.toString ( )

◆ what()

String cogitant.base.Exception.what ( )