Package io.deephaven.configuration
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.configuration.ConfigurationException
- All Implemented Interfaces:
Serializable
Standardized runtime exception type for Configuration and related utilities.
- See Also:
-
Constructor Summary
ConstructorDescriptionConfigurationException
(String message) ConfigurationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
-
ConfigurationException
-