org.apache.tapestry5.ioc.internal
Class OperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tapestry5.ioc.internal.util.TapestryException
org.apache.tapestry5.ioc.internal.OperationException
- All Implemented Interfaces:
- Serializable, Locatable
public class OperationException
- extends TapestryException
An exception caught and reported by an OperationTracker
; the trace property
identifies what operations were active at the time of the exception.
- See Also:
- Serialized Form
OperationException
public OperationException(Throwable cause,
String[] trace)
getTrace
public String[] getTrace()
Copyright © 2003-2012 The Apache Software Foundation.