nl.knowlogy.validation
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by nl.knowlogy.validation.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends RuntimeException

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
ValidationException(Messages messages)
           
 
Method Summary
 String getMessage()
           
 Messages getMessages()
           
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ValidationException

public ValidationException(Messages messages)
Method Detail

getMessages

public Messages getMessages()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2007. All Rights Reserved.