|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.adobe.livecycle.readerextensions.client.exceptions.ClientException
public class ClientException
Represents the base class for exceptions that are thrown by the Reader Extensions service.
Constructor Summary | |
---|---|
ClientException()
Deprecated. Constructs a new exception with a null message and cause. |
Method Summary | |
---|---|
void |
appendStackTrace(java.lang.String str)
Deprecated. Appends the stack trace with str . |
java.lang.String |
getStackTraceString()
Deprecated. Returns a string value that represents the stack trace. |
void |
printStackTrace()
Deprecated. Prints the stack trace on System.err. |
void |
printStackTrace(java.io.PrintStream s)
Deprecated. Prints the stack trace to PrintStream . |
void |
printStackTrace(java.io.PrintWriter w)
Deprecated. Prints the stack trace to PrintWriter . |
void |
setExceptionMessage(java.lang.String exceptionMsg)
Deprecated. Sets the exception message. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClientException()
Method Detail |
---|
public void setExceptionMessage(java.lang.String exceptionMsg)
exceptionMsg
- A string value that represents the exception message.public void appendStackTrace(java.lang.String str)
str
.
str
- A string value that is used to append the stack trace.public java.lang.String getStackTraceString()
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream s)
PrintStream
.
printStackTrace
in class java.lang.Throwable
s
- A PrintStream
onto which the stack trace is printed.public void printStackTrace(java.io.PrintWriter w)
PrintWriter
.
printStackTrace
in class java.lang.Throwable
w
- A PrintWriter
onto which the stack trace is printed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |