Class UncheckedValueFormatException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UncheckedValueFormatException
    extends java.lang.RuntimeException
    Wraps a ValueFormatException with an unchecked exception. Useful in FunctionalInterface methods/lambda expressions which must not throw checked exceptions.
    Since:
    3.7.0
    See Also:
    Serialized Form
    • Method Summary

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

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

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

    • Method Detail

      • getCause

        public ValueFormatException getCause()
        Overrides:
        getCause in class java.lang.Throwable