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

Exception thrown when an error is found while handling observers. More...

+ Inheritance diagram for cogitant.base.ExceptionObserver:

Public Member Functions

 ExceptionObserver (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 ALREADYATTACHED = 10
 
static final int ALREADYDETACHED = 11
 

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

Constructor & Destructor Documentation

◆ ExceptionObserver()

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

Member Function Documentation

◆ toString()

String cogitant.base.ExceptionObserver.toString ( )

Member Data Documentation

◆ ALREADYATTACHED

final int cogitant.base.ExceptionObserver.ALREADYATTACHED = 10
static

◆ ALREADYDETACHED

final int cogitant.base.ExceptionObserver.ALREADYDETACHED = 11
static