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.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

Constructor Summary
OperationException(Throwable cause, String[] trace)
           
 
Method Summary
 String[] getTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
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 © 2006-2009 Apache Software Foundation. All Rights Reserved.