Package org.apache.juneau
Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.juneau.BasicRuntimeException
org.apache.juneau.ConfigException
- All Implemented Interfaces:
- Serializable
An exception that typically occurs when trying to perform an invalid operation on a configuration property.
 
See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConfigException(String message, Object... args) ConstructorConfigException(Throwable cause, String message, Object... args) Constructor.
- 
Method SummaryMethods inherited from class org.apache.juneau.BasicRuntimeExceptionassertModifiable, fillInStackTrace, getCause, initCause, isUnmodifiable, setMessage, setStackTrace, setUnmodifiable, unwrapMethods inherited from class java.lang.ThrowableaddSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, toString
- 
Constructor Details- 
ConfigExceptionConstructor.- Parameters:
- cause- The cause of this exception.
- message- The- MessageFormat-style message.
- args- Optional- MessageFormat-style arguments.
 
- 
ConfigExceptionConstructor- Parameters:
- message- The error message.
- args- Optional- MessageFormat-style arguments.
 
 
- 
- 
Method Details- 
getMessage- Overrides:
- getMessagein class- BasicRuntimeException
 
 
-