org.ow2.opensuit.core.validation
Class ValidationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.opensuit.core.validation.ValidationError
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LocalizedValidationError

public abstract class ValidationError
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ValidationError()
           
 
Method Summary
abstract  java.lang.String getMessage(javax.servlet.http.HttpServletRequest iRequest)
          Returns the localized validation message
 boolean getStopValidation()
           
 ValidationError setStopValidation(boolean stopValidation)
           
 
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

ValidationError

public ValidationError()
Method Detail

setStopValidation

public ValidationError setStopValidation(boolean stopValidation)

getStopValidation

public boolean getStopValidation()

getMessage

public abstract java.lang.String getMessage(javax.servlet.http.HttpServletRequest iRequest)
Returns the localized validation message



Copyright © 2008-2012 OW2 Consortium. All Rights Reserved.