| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
EcmMessage |
EcmSimpleException.getMessages() |