org.freehep.util.commanddispatcher
Class CommandInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.freehep.util.commanddispatcher.CommandInvocationException
- All Implemented Interfaces:
- Serializable
- public class CommandInvocationException
- extends Exception
Thrown when a command invoked via reflection throws an exception.
The original exception is available by callng getTargetException()
- Version:
- $Id:
- Author:
- Tony Johnson (tonyj@slac.stanford.edu)
- See Also:
- Serialized Form
- Source Code:
- CommandInvocationException.java
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getTargetException
public Throwable getTargetException()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.