com.jpattern.orm.validator
Class OrmJSR303ValidatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jpattern.orm.exception.OrmException
                  extended by com.jpattern.orm.exception.validator.OrmValidatorException
                      extended by com.jpattern.orm.validator.OrmJSR303ValidatorException
All Implemented Interfaces:
Serializable

public class OrmJSR303ValidatorException
extends OrmValidatorException

Author:
ufo
See Also:
Serialized Form

Constructor Summary
OrmJSR303ValidatorException(String message, Set<javax.validation.ConstraintViolation<Object>> constraintViolations)
           
 
Method Summary
 Set<javax.validation.ConstraintViolation<Object>> getConstraintViolations()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrmJSR303ValidatorException

public OrmJSR303ValidatorException(String message,
                                   Set<javax.validation.ConstraintViolation<Object>> constraintViolations)
Method Detail

getConstraintViolations

public Set<javax.validation.ConstraintViolation<Object>> getConstraintViolations()


Copyright © 2013. All Rights Reserved.