Package com.github.packageurl
Class ValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.packageurl.ValidationException
-
- All Implemented Interfaces:
java.io.Serializable
class ValidationException extends java.lang.RuntimeExceptionInternal exception class intended to be used within validation contained in lambda expressions.- Since:
- 1.1.0
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ValidationException(java.lang.String msg)Constructs aValidationException.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-