org.jmacs
Class CmdExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jmacs.CmdException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CmdExecutionException
public CmdExecutionException(Exception exception)
- creates new instance.
- Parameters:
exception
- thrown when attempting to execute the command
jmacs.org