|
JMACS | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CmdException | |
---|---|
org.jmacs | core classes. |
org.jmacs.pd | Programmable Device Framework. |
Uses of CmdException in org.jmacs |
---|
Subclasses of CmdException in org.jmacs | |
---|---|
class |
CmdExecutionException
wraps any exception, apart from CmdNotRecognisedException , thrown by
IDi.IDriver.executeCmd(Serializable, boolean, String) impl'ns. |
class |
CmdNotRecognisedException
as may be thrown when impl'ting IDi.IDriver.executeCmd(Serializable,
boolean, String) . |
class |
CmdUsageException
as may be thrown when impl'ting IDi.IDriver.executeCmd(Serializable,
boolean, String) . |
Methods in org.jmacs that throw CmdException | |
---|---|
Serializable |
IDi.IDriver.IControl.IContext.executeCmd(String diName,
Serializable cmd)
attempts to have diName execute cmd. |
Uses of CmdException in org.jmacs.pd |
---|
Methods in org.jmacs.pd that throw CmdException | |
---|---|
Serializable |
Device.Proxy.executeCmd(Serializable cmd)
executes cmd. |
|
JMACS | |||||||||
PREV NEXT | FRAMES NO FRAMES |