org.apache.tapestry5.ioc.internal
Class OperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tapestry5.ioc.internal.OperationException
- All Implemented Interfaces:
- Serializable
public class OperationException
- extends RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OperationException
public OperationException(Throwable cause,
String[] trace)
getTrace
public String[] getTrace()
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.