fr.esrf.tangoatk.core
Class DeviceException

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.DeviceException
All Implemented Interfaces:
java.io.Serializable

public class DeviceException
extends ATKException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class fr.esrf.tangoatk.core.ATKException
ERROR, PANIC, severity, WARNING
 
Constructor Summary
DeviceException(fr.esrf.Tango.DevFailed e)
           
DeviceException(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

DeviceException

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

DeviceException

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

getVersion

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