com.arsdigita.bebop
Class FormValidationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended bycom.arsdigita.bebop.FormProcessException
                  extended bycom.arsdigita.bebop.FormValidationException
All Implemented Interfaces:
Serializable

public class FormValidationException
extends FormProcessException

FormValidationException

Version:
$Revision: #6 $ $Date: 2004/04/07 $
Author:
rhs@mit.edu
See Also:
Serialized Form

Field Summary
static String versionId
           
 
Constructor Summary
FormValidationException(ParameterModel parameter, String message)
           
FormValidationException(ParameterModel parameter, String message, Throwable rootCause)
           
FormValidationException(String message)
           
FormValidationException(String name, String message)
           
FormValidationException(String name, String message, Throwable rootCause)
           
FormValidationException(String message, Throwable rootCause)
           
FormValidationException(Widget widget, String message)
           
FormValidationException(Widget widget, String message, Throwable rootCause)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class com.arsdigita.bebop.FormProcessException
getMessages, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

FormValidationException

public FormValidationException(String message)

FormValidationException

public FormValidationException(String name,
                               String message)

FormValidationException

public FormValidationException(ParameterModel parameter,
                               String message)

FormValidationException

public FormValidationException(Widget widget,
                               String message)

FormValidationException

public FormValidationException(String message,
                               Throwable rootCause)

FormValidationException

public FormValidationException(String name,
                               String message,
                               Throwable rootCause)

FormValidationException

public FormValidationException(ParameterModel parameter,
                               String message,
                               Throwable rootCause)

FormValidationException

public FormValidationException(Widget widget,
                               String message,
                               Throwable rootCause)
Method Detail

getName

public String getName()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC