net.sourceforge.smile.exception
Class UnknownValidatorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.faces.FacesException
                  extended bynet.sourceforge.smile.exception.SmileException
                      extended bynet.sourceforge.smile.exception.UnknownValidatorException
All Implemented Interfaces:
java.io.Serializable

public class UnknownValidatorException
extends SmileException

Author:
codehawk This exception is thrown when the a validator id used, that is not known to the system. E.g. You request the Applicatiion an instance of a validator id that was never registered.
See Also:
Serialized Form

Constructor Summary
UnknownValidatorException()
           
UnknownValidatorException(java.lang.String message)
           
UnknownValidatorException(java.lang.String message, java.lang.Throwable cause)
           
UnknownValidatorException(java.lang.Throwable cause)
           
 
Methods inherited from class javax.faces.FacesException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownValidatorException

public UnknownValidatorException()

UnknownValidatorException

public UnknownValidatorException(java.lang.String message)
Parameters:
message -

UnknownValidatorException

public UnknownValidatorException(java.lang.Throwable cause)
Parameters:
cause -

UnknownValidatorException

public UnknownValidatorException(java.lang.String message,
                                 java.lang.Throwable cause)
Parameters:
message -
cause -