org.databene.commons
Class ConfigurationError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.databene.commons.ConfigurationError
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InvalidGeneratorSetupException
public class ConfigurationError
- extends java.lang.RuntimeException
Unchecked exception that indicates failure that results from inappropriate configuration.
Created: 02.07.2006 07:30:11
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConfigurationError
public ConfigurationError()
ConfigurationError
public ConfigurationError(java.lang.String message)
ConfigurationError
public ConfigurationError(java.lang.String message,
java.lang.Throwable cause)
ConfigurationError
public ConfigurationError(java.lang.Throwable cause)
Copyright © 2010. All Rights Reserved.