public class ConfigurationException extends RuntimeException
ConfigurationException
is an exception that can be thrown when an error occurs
while processing a configuration for example when a loading error occurs.Constructor and Description |
---|
ConfigurationException(String aMessage)
Creates a new
ConfigurationException with a message. |
ConfigurationException(String aMessage,
Throwable aThrowable)
Creates a new
ConfigurationException with a message and a cause throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConfigurationException(String aMessage)
ConfigurationException
with a message.aMessage
- messagepublic ConfigurationException(String aMessage, Throwable aThrowable)
ConfigurationException
with a message and a cause throwable.aMessage
- messageaThrowable
- throwableCopyright © 2012. All Rights Reserved.