uchicago.src.reflector
Class InvokerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uchicago.src.reflector.InvokerException
All Implemented Interfaces:
java.io.Serializable

public class InvokerException
extends java.lang.Exception

Version:
$Revision: 1.3 $ $Date: 2004/11/03 19:51:05 $
Author:
Nick Collier
See Also:
Serialized Form

Constructor Summary
InvokerException(java.lang.String message)
           
 
Method Summary
 java.lang.Exception getReason()
           
 
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

InvokerException

public InvokerException(java.lang.String message)
Method Detail

getReason

public java.lang.Exception getReason()