com.jpattern.orm.validator
Class OrmOvalValidatorException

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.OrmOvalValidatorException
All Implemented Interfaces:
Serializable

public class OrmOvalValidatorException
extends OrmValidatorException

Author:
ufo
See Also:
Serialized Form

Constructor Summary
OrmOvalValidatorException(String message, List<net.sf.oval.ConstraintViolation> constraintViolations)
           
 
Method Summary
 List<net.sf.oval.ConstraintViolation> 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

OrmOvalValidatorException

public OrmOvalValidatorException(String message,
                                 List<net.sf.oval.ConstraintViolation> constraintViolations)
Method Detail

getConstraintViolations

public List<net.sf.oval.ConstraintViolation> getConstraintViolations()


Copyright © 2013. All Rights Reserved.