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... | |
Exception thrown when an operation is interrupted.
| cogitant.base.ExceptionInterrupted.ExceptionInterrupted | ( | int | code, |
| String | msg | ||
| ) |
| String cogitant.base.ExceptionInterrupted.toString | ( | ) |