Package com.adobe.livecycle.readerextensions.client.exceptions
Classpublic class ClientException
InheritanceClientException Inheritance Exception

Represents the base class for exceptions that are thrown by the Reader Extensions service.



Public Methods
 MethodDefined by
  
Constructs a new exception with a null message and cause.
ClientException
  
void appendStackTrace(String str)
Appends the stack trace with str.
ClientException
  
String getMessage()
Returns a message for this exception.
ClientException
  
Returns a string value that represents the stack trace.
ClientException
  
Prints the stack trace on System.err.
ClientException
  
void printStackTrace(PrintStream s)
Prints the stack trace to PrintStream.
ClientException
  
void printStackTrace(PrintWriter w)
Prints the stack trace to PrintWriter.
ClientException
  
void setExceptionMessage(String exceptionMsg)
Sets the exception message.
ClientException
Constructor Detail
ClientException()
public ClientException()

Constructs a new exception with a null message and cause.

Method Detail
appendStackTrace()
public void appendStackTrace(String str)

Appends the stack trace with str.

Parameters

str — A string value that is used to append the stack trace.

getMessage() 
public String getMessage()

Returns a message for this exception.

Returns
A string value that represents the message for this exception.
getStackTraceString() 
public String getStackTraceString()

Returns a string value that represents the stack trace.

Returns
A string value that represents the stack trace.
printStackTrace() 
public void printStackTrace()

Prints the stack trace on System.err.

printStackTrace() 
public void printStackTrace(PrintStream s)

Prints the stack trace to PrintStream.

Parameters

s — A PrintStream onto which the stack trace is printed.

printStackTrace() 
public void printStackTrace(PrintWriter w)

Prints the stack trace to PrintWriter.

Parameters

w — A PrintWriter onto which the stack trace is printed.

setExceptionMessage() 
public void setExceptionMessage(String exceptionMsg)

Sets the exception message.

Parameters

exceptionMsg — A string value that represents the exception message.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/livecycle/readerextensions/client/exceptions/ClientException.html