charly.client
Class ChRobClientException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycharly.ChException
              extended bycharly.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
 
Constructor Summary
ChRobClientException(java.lang.String msg)
           
ChRobClientException(java.lang.String msg, java.lang.Exception detail)
           
 
Method Summary
 java.lang.String getMessage()
          message plus message of embedded exception.
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
 
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
 

Field Detail

detail

public java.lang.Exception detail
Constructor Detail

ChRobClientException

public ChRobClientException(java.lang.String msg)

ChRobClientException

public ChRobClientException(java.lang.String msg,
                            java.lang.Exception detail)
Method 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()