dsto.dfc.reflection
Class InvokeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dsto.dfc.reflection.InvokeException
All Implemented Interfaces:
Serializable

public class InvokeException
extends RuntimeException

Exception that wraps checked exceptions inside a delegate invocation.

Author:
Matthew Phillips
See Also:
Serialized Form

Constructor Summary
InvokeException(String message)
           
InvokeException(String message, Throwable cause)
           
InvokeException(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

InvokeException

public InvokeException(String message)

InvokeException

public InvokeException(Throwable cause)

InvokeException

public InvokeException(String message,
                       Throwable cause)


Copyright © 2008 Commonwealth of Australia