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 a ValueFormatException with an unchecked exception. Useful in FunctionalInterface methods/lambda expressions which must not throw checked exceptions.
Since:
3.7.0
See Also: