net.sourceforge.smile.exception
Class SmileException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ManagedBeanCreationException, UnknownComponentException, UnknownConverterException, UnknownMessageResourcesException, UnknownValidatorException

public class SmileException
extends javax.faces.FacesException

Author:
codehawk Base class for all exceptions in smile. All SmileExceptions are implicitly FacesExceptions. SmileExceptions also support constructors with the causing exception.
See Also:
Serialized Form

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

SmileException

public SmileException()

SmileException

public SmileException(java.lang.String msg)

SmileException

public SmileException(java.lang.Throwable cause)

SmileException

public SmileException(java.lang.String msg,
                      java.lang.Throwable cause)