Skip navigation links

Package com.comtrade.ecm.engine.exceptions

Exceptions used in other parts of a library (or in applications that use this library).
EcmException is an exception that should be used as a base for all other library-specific exceptions.
It should be used in throws-clauses of library-methods whenever such an exception can be propagated to a front-end level.
EcmSimpleException should be used as a base class for creation of other specific exceptions.
EcmMultipleException should be created whenever a method wishes to throw several EcmSimpleExceptions.

See: Description

Package com.comtrade.ecm.engine.exceptions Description

Exceptions used in other parts of a library (or in applications that use this library).
EcmException is an exception that should be used as a base for all other library-specific exceptions.
It should be used in throws-clauses of library-methods whenever such an exception can be propagated to a front-end level.
EcmSimpleException should be used as a base class for creation of other specific exceptions.
EcmMultipleException should be created whenever a method wishes to throw several EcmSimpleExceptions.
Skip navigation links