charly.client
Class ChRobClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
charly.ChException
charly.client.ChRobClientException
- All Implemented Interfaces:
- java.io.Serializable
- public class ChRobClientException
- extends ChException
- 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
ChRobClientException
public ChRobClientException(java.lang.String msg)
ChRobClientException
public ChRobClientException(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()