net.sourceforge.smile.exception
Class UnknownComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
net.sourceforge.smile.exception.SmileException
net.sourceforge.smile.exception.UnknownComponentException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnknownComponentException
- extends SmileException
- Author:
- codehawk
This exception is thrown when the a component type is used, that is not known to the system.
E.g. You request the Application or ComponentFactory an instance of a component type 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 |
UnknownComponentException
public UnknownComponentException()
UnknownComponentException
public UnknownComponentException(java.lang.String message)
- Parameters:
message
-
UnknownComponentException
public UnknownComponentException(java.lang.Throwable cause)
- Parameters:
cause
-
UnknownComponentException
public UnknownComponentException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-