Package org.apache.jackrabbit.vault.util
Class UncheckedValueFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.jackrabbit.vault.util.UncheckedValueFormatException
-
- All Implemented Interfaces:
Serializable
public class UncheckedValueFormatException extends RuntimeException
Wraps aValueFormatException
with an unchecked exception. Useful inFunctionalInterface
methods/lambda expressions which must not throw checked exceptions.- Since:
- 3.7.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedValueFormatException(ValueFormatException e)
-
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
-
-
-
-
Constructor Detail
-
UncheckedValueFormatException
public UncheckedValueFormatException(ValueFormatException e)
-
-
Method Detail
-
getCause
public ValueFormatException getCause()
-
-