de.smartics.exceptions.i18n
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.smartics.exceptions.AbstractCoreRuntimeException
de.smartics.exceptions.i18n.AbstractLocalizedRuntimeException
de.smartics.exceptions.i18n.ConfigurationException
-
All Implemented Interfaces:
-
CoreException,
LocalizedException,
Serializable
-
Direct Known Subclasses:
-
PropertyAccessConfigurationException
-
public class ConfigurationException
-
extends
AbstractLocalizedRuntimeException
This configuration exception is thrown if the system encountered an inconsistent configuration or configuration information was missing.
-
See Also:
-
Serialized Form
Methods inherited from class de.smartics.exceptions.i18n.AbstractLocalizedRuntimeException |
createMessages, createMessages, getBundleBaseName, getCauseTrail, getCauseTrail, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getMessage, getMessage, getMessage, getMessages, getMessages, getResourceKey, toString |
ConfigurationException
public ConfigurationException(ConfigurationExceptionCode code,
String bundleBaseName)
-
Constructor.
-
Parameters:
-
code
- the error or exception code of the exception.
-
bundleBaseName
- the fully qualified name of the bundle to use.
ConfigurationException
public ConfigurationException(ConfigurationExceptionCode code)
-
Constructor.
-
Parameters:
-
code
- the error or exception code of the exception.
ConfigurationException
public ConfigurationException(Throwable cause,
ConfigurationExceptionCode code,
String bundleBaseName)
-
Constructor.
-
Parameters:
-
cause
- the cause (which is saved for later retrieval by the
AbstractCoreRuntimeException.getCause()
method). (A
null value is permitted, and indicates that the cause is nonexistent or unknown.)
-
code
- the error or exception code of the exception.
-
bundleBaseName
- the fully qualified name of the bundle to use.
ConfigurationException
public ConfigurationException(Throwable cause,
ConfigurationExceptionCode code)
-
Constructor.
-
Parameters:
-
cause
- the cause (which is saved for later retrieval by the
AbstractCoreRuntimeException.getCause()
method). (A
null value is permitted, and indicates that the cause is nonexistent or unknown.)
-
code
- the error or exception code of the exception.
Copyright © 2007-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.