Class ConstraintViolationBeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jp.ecuacion.lib.core.exception.checked.AppException
jp.ecuacion.lib.core.exception.checked.ConstraintViolationBeanException
- All Implemented Interfaces:
Serializable
Is a throwable with ConstraintViolationBean stored.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescription<T>ConstraintViolationBeanException(Set<T> constraintViolations) Constructs a new instance. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConstraintViolationBeanException
Constructs a new instance.
-
-
Method Details
-
getConstraintViolationBeans
-