See: Description
Interface | Description |
---|---|
IErrorStrategy |
A strategy role for dealing with errors.
|
Exception | Description |
---|---|
CheckedExceptionTunnel |
An exception for tunneling checked exception through code that doesn't expect it.
|
InterruptedExceptionUnchecked |
Exception that signals that whoever gets it should stop its current work.
|
IOExceptionUnchecked |
A
CheckedExceptionTunnel for an IOException . |
StopException |
An exception that signals that
Thread.stop() has been called on the current thread. |
TimeoutExceptionUnchecked |
Exception thrown when a blocking operation times out.
|
This package provides basic exceptions thrown by CISD software. Note that all exceptions are unchecked.