net.anotheria.maf.validation
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.anotheria.maf.validation.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends Exception

Validation error.

Used to pass.

Version:
1.0 Date: Jan 17, 2010 Time: 7:18:20 PM
Author:
vitaliy
See Also:
Serialized Form

Constructor Summary
ValidationException(String s, List<ValidationError> errors)
           
 
Method Summary
 List<ValidationError> getErrors()
           
 
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

ValidationException

public ValidationException(String s,
                           List<ValidationError> errors)
Method Detail

getErrors

public List<ValidationError> getErrors()


Copyright © 2010-2013 anotheria.net. All Rights Reserved.