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:
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(Throwable cause, String[] trace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getTrace()
-
Methods inherited from class org.apache.tapestry5.commons.internal.util.TapestryException
getLocation, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
OperationException
public OperationException(Throwable cause, String[] trace)
-
-