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.ExceptionOperation Class Reference

Exception thrown when an error is found while running an operation. More...

+ Inheritance diagram for cogitant.base.ExceptionOperation:

Public Member Functions

 ExceptionOperation (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 PROJECTION_INITIALPROJECTION = 10
 

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 an error is found while running an operation.

Constructor & Destructor Documentation

◆ ExceptionOperation()

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

Member Function Documentation

◆ toString()

String cogitant.base.ExceptionOperation.toString ( )

Member Data Documentation

◆ PROJECTION_INITIALPROJECTION

final int cogitant.base.ExceptionOperation.PROJECTION_INITIALPROJECTION = 10
static