Package org.iplass.mtp.entity
Class EntityValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.iplass.mtp.MtpException
org.iplass.mtp.ApplicationException
org.iplass.mtp.entity.EntityApplicationException
org.iplass.mtp.entity.EntityValidationException
- All Implemented Interfaces:
Serializable
バリデーションエラーがあった際にスローされる例外。
- See Also:
-
Constructor Summary
ConstructorDescriptionEntityValidationException
(String message) EntityValidationException
(String message, List<ValidateError> validateResults) EntityValidationException
(String message, ValidateError[] validateResult) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.void
setValidateResult
(ValidateError[] validateResult) Deprecated.void
setValidateResults
(List<ValidateError> validateResults) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityValidationException
public EntityValidationException() -
EntityValidationException
-
EntityValidationException
-
EntityValidationException
Deprecated.
-
-
Method Details
-
getValidateResults
-
setValidateResults
-
getValidateResult
Deprecated. -
setValidateResult
Deprecated.
-