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

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

Exception thrown when an operation is interrupted. More...

+ Inheritance diagram for cogitant.base.ExceptionInterrupted:

Public Member Functions

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

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 operation is interrupted.

Constructor & Destructor Documentation

◆ ExceptionInterrupted()

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

Member Function Documentation

◆ toString()

String cogitant.base.ExceptionInterrupted.toString ( )