- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.morimekta.config.UncheckedConfigException
-
- All Implemented Interfaces:
Serializable
public class UncheckedConfigException extends RuntimeException
A runtime / unchecked variant ofConfigException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedConfigException(ConfigException cause)Create an unchecked config exception
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigExceptiongetCause()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UncheckedConfigException
public UncheckedConfigException(ConfigException cause)
Create an unchecked config exception- Parameters:
cause- The checked exception.
-
-
Method Detail
-
getCause
public ConfigException getCause()
-
-