FreeHEP API
Version v1.2

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

Method Summary
 Throwable getTargetException()
           
 
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
 

Method Detail

getTargetException

public Throwable getTargetException()

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.