Exception Summary |
BTTProcessorHandlerNotFoundException |
The BTTProcessorHandlerNotFoundException class throws an exception on behalf of any notifier or eventManager
when an attempt is made to remove a non-existent handler from the handlerList or when an attempt is
made to remove a handler from a non-existent eventName List. |
ContextCreateException |
|
DSEException |
The DSEException class is the base class from where all the exceptions
raised by the framework are inherited. |
DSEFunctionNotSupportedException |
DSEFunctionNotSupportedException is a DSERuntimeException. |
DSEInternalErrorException |
The DSEInternalErrorException class provides an internal error exception,
which is raised by the framework when a critical error is found. |
DSEInvalidArgumentException |
The DSEInvalidArgumentException class provides an exception that is
raised when an invalid argument has been provided to the invoking method. |
DSEInvalidClassException |
The DSEInvalidClassException class provides an exception that is raised
by the framework when an invalid class has been provided as an argument. |
DSEInvalidRequestException |
The DSEInvalidRequestException provides an exception that is raised by
the framework when any internal validation fails during the process of a
request. |
DSEObjectNotFoundException |
The DSEObjectNotFoundException class provides an exception that is
raised by the framework when the corresponding object asked for by the
requester is not found. |
DSERuntimeException |
The DSERuntimeException class is the base class from where all the runtime exceptions
raised by the framework are inherited. |