|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJSException
jet.server.api.RptServerException
public class RptServerException
Signals indicating that an exception occurs. Typically,the exception would be thrown out if an excetion occurs in the report server.
| Constructor Summary | |
|---|---|
RptServerException(int msgKey)
Construct a new RptServerException with specified message,
the cause is not initialized. |
|
RptServerException(int msgKey,
java.lang.Object[] params,
java.lang.Throwable cause)
Constructs a new throwable with the specified detail message and cause. |
|
RptServerException(int msgKey,
java.lang.Throwable cause)
Construct a new RptServerException with specified detail
message and cause. |
|
RptServerException(java.lang.String msg)
Construct a new RptServerException with the message. |
|
RptServerException(java.lang.String msg,
java.lang.Throwable cause)
Construct a new RptServerException with the message and the original Throwable object. |
|
RptServerException(java.lang.String msg,
java.lang.Throwable cause,
java.util.List engineErrors)
|
|
RptServerException(java.lang.Throwable cause)
Construct a new RptServerException with specified cause
and a null |
|
RptServerException(java.lang.Throwable cause,
java.util.List engineErrors)
|
|
| Method Summary | |
|---|---|
java.util.List |
getEngineErrors()
Get the under engine's Errors. |
java.lang.Throwable |
getOriginalThrowable()
Deprecated. This method has been alternated by getCause() since JDK1.4 |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RptServerException(int msgKey,
java.lang.Object[] params,
java.lang.Throwable cause)
msgKey - the message key in strJError, for find the message, and will
be loged and showed to user.params - the parameters used for format the message string, can be
null.cause - the cause (which is saved for later retrieval by the getCause.
public RptServerException(int msgKey,
java.lang.Throwable cause)
RptServerException with specified detail
message and cause.
msgKey - the message keycause - the cause. A null is permitted, and it
indicates the cause is nonexistent or unknown.public RptServerException(int msgKey)
RptServerException with specified message,
the cause is not initialized.
msgKey - the message keypublic RptServerException(java.lang.Throwable cause)
RptServerException with specified cause
and a null detail message.
- Parameters:
cause - the cause.
public RptServerException(java.lang.Throwable cause,
java.util.List engineErrors)
public RptServerException(java.lang.String msg)
msg - the detailed message
public RptServerException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detailed messagecause - the original Throwable object.
public RptServerException(java.lang.String msg,
java.lang.Throwable cause,
java.util.List engineErrors)
| Method Detail |
|---|
public java.lang.String toString()
public java.lang.Throwable getOriginalThrowable()
public java.util.List getEngineErrors()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||