public class ComponentEventException extends TapestryException
Constructor and Description |
---|
ComponentEventException(String message,
String eventType,
EventContext context,
Object location,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
EventContext |
getContext() |
String |
getEventType() |
getLocation, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ComponentEventException(String message, String eventType, EventContext context, Object location, Throwable cause)
message
- exception messageeventType
- type of event that triggered the exceptioncontext
- context passed with the failed eventlocation
- location of the component while failed (may be null)cause
- underlying exceptionpublic String getEventType()
public EventContext getContext()
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.