net.sourceforge.smile.exception
Class UnknownValidatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
net.sourceforge.smile.exception.SmileException
net.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
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 |
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
-