|
|||||||||
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.tivoli.pd.rgy.RgyException
public abstract class RgyException
This is the base Exception class common for all exceptions generated by the Rgy methods.
Constructor Summary | |
---|---|
RgyException()
Constructs a new exception with null as its detail message. |
|
RgyException(java.lang.String msgCode,
java.util.Locale locale,
java.lang.Object[] args,
java.lang.Throwable cause)
Constructs an RgyException with the localized message indexed by the message code and arguments provided. |
|
RgyException(java.lang.String msgCode,
java.util.Locale locale,
java.lang.Throwable cause)
Constructs an RgyException with the localized message indexed by the message code. |
Method Summary | |
---|---|
java.lang.String |
getLocalizedMessage()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, 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 RgyException()
null
as its detail message. The cause
is not initialized, and may subsequently be initialized by a call to
Throwable.initCause(java.lang.Throwable)
.
public RgyException(java.lang.String msgCode, java.util.Locale locale, java.lang.Object[] args, java.lang.Throwable cause)
msgCode
- Message catalog index.locale
- Locale for msgCode string returned via getLocalizedMessage().args
- Provided values to embed in the message.cause
- Provoking cause for this Exception. Can be null.public RgyException(java.lang.String msgCode, java.util.Locale locale, java.lang.Throwable cause)
msgCode
- Message catalog index.locale
- Locale for msgCode string returned via getLocalizedMessage().cause
- Provoking cause for this Exception. Can be null.Method Detail |
---|
public java.lang.String getLocalizedMessage()
getLocalizedMessage
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |