Class ValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.swisspush.gateleen.validation.ValidationException
-
- All Implemented Interfaces:
Serializable
public class ValidationException extends Exception
- Author:
- https://github.com/mcweba [Marc-Andre Weber]
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationException(String message)ValidationException(String message, Throwable cause)ValidationException(Throwable cause)ValidationException(ValidationResult validationResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.json.JsonArraygetValidationDetails()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
ValidationException
public ValidationException(String message)
-
ValidationException
public ValidationException(Throwable cause)
-
ValidationException
public ValidationException(ValidationResult validationResult)
-
-