|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.rational.rpe.common.utils.RPEException
public class RPEException
The base class for all exceptions that are thrown by Rational Reporting for Document Generation (RRDG) and Rational Publishing Engine.
Constructor Summary | |
---|---|
RPEException(java.lang.String s)
Constructs an RPEException using the provided reason |
|
RPEException(java.lang.String reason,
java.lang.Throwable e)
Constructs an RPEException instance by wrapping the exception that is passed as argument and setting the description to reason |
|
RPEException(java.lang.Throwable e)
Constructs an RPEException instance by wrapping the exception that is passed as argument. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RPEException(java.lang.Throwable e)
public RPEException(java.lang.String reason, java.lang.Throwable e)
reason
public RPEException(java.lang.String s)
reason
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |