org.apache.tapestry5.internal.services
Class RenderQueueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tapestry5.ioc.internal.util.TapestryException
                  extended by org.apache.tapestry5.internal.services.RenderQueueException
All Implemented Interfaces:
Serializable, Locatable

public class RenderQueueException
extends TapestryException

Exception used when rendering, to capture the stack of active components (for propery reporting in the exception page).

See Also:
Serialized Form

Constructor Summary
RenderQueueException(String message, Object[] activeComponents, Throwable cause)
           
 
Method Summary
 Object[] getActiveComponents()
           
 
Methods inherited from class org.apache.tapestry5.ioc.internal.util.TapestryException
getLocation, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenderQueueException

public RenderQueueException(String message,
                            Object[] activeComponents,
                            Throwable cause)
Method Detail

getActiveComponents

public Object[] getActiveComponents()


Copyright © 2003-2012 The Apache Software Foundation.