fr.esrf.tangoatk.core
Class CommandExecuteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.esrf.tangoatk.core.ATKException
              extended by fr.esrf.tangoatk.core.CommandExecuteException
All Implemented Interfaces:
java.io.Serializable

public class CommandExecuteException
extends ATKException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class fr.esrf.tangoatk.core.ATKException
ERROR, PANIC, severity, WARNING
 
Constructor Summary
CommandExecuteException(fr.esrf.Tango.DevFailed e)
           
CommandExecuteException(java.lang.Exception e)
           
CommandExecuteException(java.lang.String s)
           
 
Method Summary
 java.lang.String getVersion()
           
 
Methods inherited from class fr.esrf.tangoatk.core.ATKException
getDescription, getDescription, getErrors, getMessage, getOrigin, getOrigin, getReason, getReason, getSeverity, getSeverity, getSourceName, getStackLength, setError, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandExecuteException

public CommandExecuteException(fr.esrf.Tango.DevFailed e)

CommandExecuteException

public CommandExecuteException(java.lang.Exception e)

CommandExecuteException

public CommandExecuteException(java.lang.String s)
Method Detail

getVersion

public java.lang.String getVersion()
Overrides:
getVersion in class ATKException