dsto.dfc.reflection
Class InvokeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvokeException
public InvokeException(String message)
InvokeException
public InvokeException(Throwable cause)
InvokeException
public InvokeException(String message,
Throwable cause)
Copyright © 2008 Commonwealth of Australia