charly.server.devices
Class ChRobDeviceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
charly.ChException
charly.server.devices.ChDeviceException
charly.server.devices.ChRobDeviceException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ChRobNotFoundException
- public class ChRobDeviceException
- extends ChDeviceException
- implements java.io.Serializable
- See Also:
- Serialized Form
Field Summary |
java.lang.Exception |
detail
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
detail
public java.lang.Exception detail
ChRobDeviceException
public ChRobDeviceException(java.lang.String msg)
ChRobDeviceException
public ChRobDeviceException(java.lang.String msg,
java.lang.Exception detail)
getMessage
public java.lang.String getMessage()
- message plus message of embedded exception.
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
printStackTrace
public void printStackTrace()