Class UncheckedConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.morimekta.providence.config.util.UncheckedConfigException
-
- All Implemented Interfaces:
java.io.Serializable,net.morimekta.util.Displayable
public class UncheckedConfigException extends java.lang.RuntimeException implements net.morimekta.util.DisplayableUnchecked config exception wrapping the providence config exception. Handy for using config in streams etc.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedConfigException(ConfigException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringdisplayString()ConfigExceptiongetCause()java.lang.StringtoString()
-
-
-
Constructor Detail
-
UncheckedConfigException
public UncheckedConfigException(ConfigException cause)
-
-
Method Detail
-
getCause
public ConfigException getCause()
- Overrides:
getCausein classjava.lang.Throwable
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Throwable
-
displayString
@Nonnull public java.lang.String displayString()
- Specified by:
displayStringin interfacenet.morimekta.util.Displayable
-
-