Class OperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.tapestry5.commons.internal.util.TapestryException
-
- org.apache.tapestry5.ioc.internal.OperationException
-
- All Implemented Interfaces:
java.io.Serializable
,Locatable
public class OperationException extends TapestryException
An exception caught and reported by anOperationTracker
; the trace property identifies what operations were active at the time of the exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperationException(java.lang.Throwable cause, java.lang.String[] trace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getTrace()
-
Methods inherited from class org.apache.tapestry5.commons.internal.util.TapestryException
getLocation, toString
-
-
-
-
Constructor Detail
-
OperationException
public OperationException(java.lang.Throwable cause, java.lang.String[] trace)
-
-
Method Detail
-
getTrace
public java.lang.String[] getTrace()
-
-