Package org.hglteam.validation
Class ValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.hglteam.validation.ValidationException
-
- All Implemented Interfaces:
Serializable
public class ValidationException extends IllegalArgumentException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationException()ValidationException(String s)ValidationException(String message, Throwable cause)ValidationException(Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <TX> Function<TX,ValidationException>withMessage(String message, Object... args)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
withMessage
public static <TX> Function<TX,ValidationException> withMessage(String message, Object... args)
-
-