net.sourceforge.smile.exception
Class UnknownComponentException

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.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

Constructor Summary
UnknownComponentException()
           
UnknownComponentException(java.lang.String message)
           
UnknownComponentException(java.lang.String message, java.lang.Throwable cause)
           
UnknownComponentException(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

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 -