FreeHEP API
Version current

org.freehep.util.commanddispatcher
Class CommandInvocationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

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 current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.