JMACS

org.jmacs
Class CmdExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jmacs.CmdException
              extended by org.jmacs.CmdExecutionException
All Implemented Interfaces:
Serializable

public class CmdExecutionException
extends CmdException

wraps any exception, apart from CmdNotRecognisedException, thrown by IDi.IDriver.executeCmd(Serializable, boolean, String) impl'ns. Said exception may be retrieved using Throwable.getCause().

Version:
$Id$
Author:
Rob Dickens
See Also:
Serialized Form

Constructor Summary
CmdExecutionException(Exception exception)
          creates new instance.
 
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

CmdExecutionException

public CmdExecutionException(Exception exception)
creates new instance.

Parameters:
exception - thrown when attempting to execute the command

JMACS

jmacs.org