|
|||||||||||
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.ibm.itim.policy.analysis.PPAException
This class encapsulates exception information encountered by the provisioning policy analysis code.
Method Summary | |
---|---|
java.lang.String |
getMessage()
Returns the descriptive message about the exception using the default locale. |
java.lang.String |
getMessage(java.util.Locale locale)
Returns the descriptive message about the exception using the specified locale. |
java.lang.String |
getMessageId()
Returns the message identifier for the descriptive message about the exception. |
java.lang.Throwable |
getThrowable()
Returns the original exception that caused the problem. |
java.lang.Object[] |
getTokens()
Returns the values for replaceable tokens used in the error message. |
void |
printStackTrace()
Prints this exception and its backtrace to the standard error stream. |
void |
printStackTrace(java.io.PrintStream printStream)
Prints this exception and its backtrace to the specified print stream. |
void |
printStackTrace(java.io.PrintWriter printWriter)
Prints this exception and its backtrace to the specified print writer. |
java.lang.String |
toXML()
Returns an XML representation of this exception message and token values that can be localized by a user interface. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String getMessage(java.util.Locale locale)
locale
- The locale to be used.
public java.lang.String getMessageId()
public java.lang.Throwable getThrowable()
public java.lang.Object[] getTokens()
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream printStream)
printStackTrace
in class java.lang.Throwable
printStream
- The PrintStream to which the this exception
and its backtrace are to be printed.public void printStackTrace(java.io.PrintWriter printWriter)
printStackTrace
in class java.lang.Throwable
printWriter
- The PrintWriter to which the this exception
and its backtrace are to be printed.public java.lang.String toXML()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |