edu.rice.cs.cunit
Class InstrumentingClassLoader.RecurIntoClassesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.rice.cs.cunit.InstrumentingClassLoader.RecurIntoClassesException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
InstrumentingClassLoader

private static class InstrumentingClassLoader.RecurIntoClassesException
extends java.lang.RuntimeException

Private exception used to transport an exception out of the inner class.


Constructor Summary
InstrumentingClassLoader.RecurIntoClassesException(java.lang.Throwable cause)
           
 
Method Summary
 
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

InstrumentingClassLoader.RecurIntoClassesException

public InstrumentingClassLoader.RecurIntoClassesException(java.lang.Throwable cause)