com.fruitioninc.jwc
Class RenderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.fruitioninc.jwc.ChainedException
                    |
                    +--com.fruitioninc.jwc.RenderException
All Implemented Interfaces:
java.io.Serializable

public class RenderException
extends ChainedException

Thrown when a exception is encountered during the rendering of a component.

See Also:
Serialized Form

Constructor Summary
RenderException(java.lang.Throwable subexception)
           
 
Methods inherited from class com.fruitioninc.jwc.ChainedException
getSubexception, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenderException

public RenderException(java.lang.Throwable subexception)