Class OperationException
-
-
-
-
- org.apache.tapestry5.commons.internal.util.TapestryException
-
- org.apache.tapestry5.ioc.internal.OperationException
-
-
-
-
- All Implemented Interfaces:
,
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description []
getTrace()
-
Methods inherited from class org.apache.tapestry5.commons.internal.util.TapestryException
getLocation, toString
-
-
-
-
Method Detail
-
getTrace
public [] getTrace()
-
-