com.jpattern.orm.validator
Class OrmJSR303ValidatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jpattern.orm.exception.OrmException
com.jpattern.orm.exception.validator.OrmValidatorException
com.jpattern.orm.validator.OrmJSR303ValidatorException
- All Implemented Interfaces:
- Serializable
public class OrmJSR303ValidatorException
- extends OrmValidatorException
- Author:
- ufo
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OrmJSR303ValidatorException
public OrmJSR303ValidatorException(String message,
Set<javax.validation.ConstraintViolation<Object>> constraintViolations)
getConstraintViolations
public Set<javax.validation.ConstraintViolation<Object>> getConstraintViolations()
Copyright © 2013. All Rights Reserved.