com.jcorporate.expresso.kernel.exception |
This package contains an exception hierarchy that can be thrown by the Expresso
runtime system..
|
Java Source File Name | Type | Comment |
ChainedException.java | Class | Enhanced Exception class to allow Exception chaining. |
ConfigChangeException.java | Class | This exception represents an error that occurs when changing the
configuration of an object. |
ConfigurationException.java | Class | Exception that marks a configuration Exception. |
ContainerVetoException.java | Class | This Exception is for the extremely rare case that the container you are
a part of is about to install another component that would completely disrupt
your own operation. |
ExpressoAccessException.java | Class | ExpressoAccessException is thrown when an attempt to access a component
is denied for security reasons. |
ExpressoRuntimeException.java | Class | |
InstallationException.java | Class | Installation Exception is thrown during a 'fatal error' when an installable
component is getting installed. |