nl.coderight.jazz.form.validation
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.coderight.jazz.form.validation.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends Exception

An exception that provides information about validation errors.

See Also:
Serialized Form

Constructor Summary
ValidationException(Message message)
           
ValidationException(String message)
           
 
Method Summary
 
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 message)

ValidationException

public ValidationException(Message message)


Copyright 2010 CodeRight, All rights reserved.