|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConfigurationException in org.sape.carbon.core.config |
Subclasses of ConfigurationException in org.sape.carbon.core.config | |
class |
ConfigurationStoreException
This exception happens when their is a failure in the store or retrieval of the underlying data representing a configuration. |
Uses of ConfigurationException in org.sape.carbon.core.config.format |
Subclasses of ConfigurationException in org.sape.carbon.core.config.format | |
class |
ConfigurationFormatException
Exception thrown when there is a problem parsing a configuration file. |
Uses of ConfigurationException in org.sape.carbon.core.config.interceptor |
Methods in org.sape.carbon.core.config.interceptor that throw ConfigurationException | |
void |
DefaultConfigurationInterceptor.persistConfiguration()
|
void |
ConfigurationInterceptor.persistConfiguration()
Persists the current live configuration in the Config Service. |
Uses of ConfigurationException in org.sape.carbon.core.config.node |
Subclasses of ConfigurationException in org.sape.carbon.core.config.node | |
class |
NodeCreationException
Signifies there was a problem creating a Node . |
class |
NodeException
Base exception for all exceptions in the node package. |
class |
NodeIOException
Exception thrown when an Exception is encountered reading from or writing to a node. |
class |
NodeNotFoundException
Thrown when a requested configuration Node is not found. |
class |
NodeRemovalException
Thrown when a Node could not be removed. |
Uses of ConfigurationException in org.sape.carbon.core.config.type |
Subclasses of ConfigurationException in org.sape.carbon.core.config.type | |
class |
ConfigurationTypeException
This exception is thrown when there is a failure in parsing the string version of configuration data into its object representation. |
class |
TokenReplacementException
Thrown from the TokenReplacer when it encounters an invalid
token or the data required for substitution cannot be found. |
class |
TypeConversionException
Thrown from a ConfigurationTypeHandler if it cannot convert
a String to and object or vice versa
Copyright 2002 Sapient |
class |
TypeHandlerNotFoundException
Thrown when the Configuration Type Service cannot find a ConfigurationTypeHandler for the requested type. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |