|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BaseError in com.ail.core |
|---|
| Subclasses of BaseError in com.ail.core | |
|---|---|
class |
NotImplementedError
This error is thrown when an operation cannot be completed because some of the functionality required has not yet been implemented. |
class |
TypeXPathException
The TypeXPathException indicates that an xpath was evaluated on a Type that could not support it - i.e. |
class |
XMLConfigurationError
Error class to notify of serious errors encountered when XML is being processed. |
| Methods in com.ail.core that return BaseError | |
|---|---|
BaseError |
BaseServerException.getCauseError()
Get the BaseError that caused this BaseServerException to be thrown. |
| Constructors in com.ail.core with parameters of type BaseError | |
|---|---|
BaseException(BaseError e)
Constructor Build a BaseException from a BaseError. |
|
BaseServerException(BaseError error)
Create an instance wrapping a BaseError |
|
| Uses of BaseError in com.ail.core.command |
|---|
| Subclasses of BaseError in com.ail.core.command | |
|---|---|
class |
AccessorError
This error is thrown by command accessors when they fail to contact the command they relate to. |
class |
CommandInvocationError
This error is thrown if an unrecoverable error occurs whilst a command is being invoked. |
| Uses of BaseError in com.ail.core.configure |
|---|
| Subclasses of BaseError in com.ail.core.configure | |
|---|---|
class |
BootstrapConfigurationError
This error is throw by PropertyLoaders when they fail due to some configuration error. |
class |
ConfigurationError
This error is thrown when an error is found in the system's configuration. |
class |
ConfigurationResetError
This error is throw by PropertyLoaders when they fail due to some configuration error. |
class |
ConfigurationUpdateCollisionError
Thrown when a configuration update collision is detected. |
class |
DuplicateNamespaceError
This error is thrown when a the request is made to load properties for a namespace for which two records exist. |
class |
UnknownNamespaceError
This error is thrown when a the request is made to load properties for a namespace which does not exist. |
| Methods in com.ail.core.configure that return BaseError | |
|---|---|
BaseError |
EJBConfigurationException.getBaseErrorCause()
Return the cause if it was a BaseError, otherwise return null. |
| Constructors in com.ail.core.configure with parameters of type BaseError | |
|---|---|
EJBConfigurationException(BaseError e)
Constructor to create an EJBConfigurationException to wrap a BaseError. |
|
| Uses of BaseError in com.ail.core.configure.server |
|---|
| Subclasses of BaseError in com.ail.core.configure.server | |
|---|---|
class |
CarProcessingError
This error is thrown in the event of a system error during the processing of a car (configuration archive) file. |
| Uses of BaseError in com.ail.core.factory |
|---|
| Subclasses of BaseError in com.ail.core.factory | |
|---|---|
class |
FactoryConfigurationError
|
class |
UndefinedTypeError
|
| Uses of BaseError in com.ail.core.persistence |
|---|
| Subclasses of BaseError in com.ail.core.persistence | |
|---|---|
class |
ConnectionError
Error indicating that connection to the persistance store could not be completed. |
| Constructors in com.ail.core.persistence with parameters of type BaseError | |
|---|---|
CreateException(BaseError e)
Constructor Turn a BaseError into a BaseException |
|
LoadException(BaseError e)
Constructor Turn a BaseError into a BaseException |
|
QueryException(BaseError e)
Constructor Turn a BaseError into a BaseException |
|
UpdateException(BaseError e)
Constructor Turn a BaseError into a BaseException |
|
| Uses of BaseError in com.ail.core.validator |
|---|
| Subclasses of BaseError in com.ail.core.validator | |
|---|---|
class |
ValidationError
Error indicating that validation could not be completed. |
| Uses of BaseError in com.ail.insurance.policy |
|---|
| Subclasses of BaseError in com.ail.insurance.policy | |
|---|---|
class |
DuplicateAssessmentLineError
This error is thrown when an assessment sheet detects two assessment lines with the same id |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||