© 2002 BEA Systems, Inc.


com.bea.p13n.appflow.webflow.forms
Class InvalidValidatorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.bea.p13n.exceptions.SystemException
                          |
                          +--com.bea.p13n.appflow.webflow.forms.InvalidValidatorException

public class InvalidValidatorException
extends SystemException

Thrown by ValidatedForm when validating a field, if the validator specified is not a valid validator.

See Also:
Serialized Form

Constructor Summary
InvalidValidatorException(java.lang.String message, java.lang.Throwable e)
           
 
Methods inherited from class com.bea.p13n.exceptions.SystemException
getCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidValidatorException

public InvalidValidatorException(java.lang.String message,
                                 java.lang.Throwable e)

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved