Package kos.core.validation
Class ValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- kos.core.exception.KosException
-
- kos.core.validation.ValidationException
-
- All Implemented Interfaces:
Serializable
public class ValidationException extends KosException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private FailureTypefailureType
-
Constructor Summary
Constructors Constructor Description ValidationException(FailureType failureType, String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
failureType
private final FailureType failureType
-
-
Constructor Detail
-
ValidationException
public ValidationException(FailureType failureType, String message)
-
-