org.apache.tapestry5.ioc.internal
Class OperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tapestry5.ioc.internal.util.TapestryException
                  extended by 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

Constructor Summary
OperationException(Throwable cause, String[] trace)
           
 
Method Summary
 String[] getTrace()
           
 
Methods inherited from class org.apache.tapestry5.ioc.internal.util.TapestryException
getLocation, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationException

public OperationException(Throwable cause,
                          String[] trace)
Method Detail

getTrace

public String[] getTrace()


Copyright © 2003-2012 The Apache Software Foundation.