org.apache.tapestry5.runtime
Class ComponentEventException

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.runtime.ComponentEventException
All Implemented Interfaces:
Serializable, Locatable

public class ComponentEventException
extends TapestryException

A wrapper exception around any exception thrown when invoking a component event handler. In some cases, the underlying exception may have been a declared exception, and will be wrapped in a RuntimeException.

See Also:
ExceptionUtils.findCause(Throwable, Class), Serialized Form

Constructor Summary
ComponentEventException(String message, String eventType, EventContext context, Object location, Throwable cause)
           
 
Method Summary
 EventContext getContext()
           
 String getEventType()
           
 
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

ComponentEventException

public ComponentEventException(String message,
                               String eventType,
                               EventContext context,
                               Object location,
                               Throwable cause)
Parameters:
message - exception message
eventType - type of event that triggered the exception
context - context passed with the failed event
location - location of the component while failed (may be null)
cause - underlying exception
Method Detail

getEventType

public String getEventType()

getContext

public EventContext getContext()


Copyright © 2003-2012 The Apache Software Foundation.