Class UncheckedConfigException

  • All Implemented Interfaces:
    java.io.Serializable, net.morimekta.util.Displayable

    public class UncheckedConfigException
    extends java.lang.RuntimeException
    implements net.morimekta.util.Displayable
    Unchecked config exception wrapping the providence config exception. Handy for using config in streams etc.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String displayString()  
      ConfigException getCause()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UncheckedConfigException

        public UncheckedConfigException​(ConfigException cause)
    • Method Detail

      • getCause

        public ConfigException getCause()
        Overrides:
        getCause in class java.lang.Throwable
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable
      • displayString

        @Nonnull
        public java.lang.String displayString()
        Specified by:
        displayString in interface net.morimekta.util.Displayable