ch.bind.philib.validation
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.bind.philib.validation.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends Exception

TODO

Author:
Philipp Meinen
See Also:
Serialized Form

Constructor Summary
ValidationException(ValidationResults results)
           
 
Method Summary
 String getMessage()
           
 ValidationResults getValidationResults()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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(ValidationResults results)
Method Detail

getValidationResults

public ValidationResults getValidationResults()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2013. All Rights Reserved.