|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDumpAnalyzerException
com.ibm.dtfj.analyzer.util.UnexpectedNullException
public class UnexpectedNullException
Exception used to report unexpected null encountered while reading DTJF dump.
Constructor Summary | |
---|---|
UnexpectedNullException()
Constructor |
|
UnexpectedNullException(java.lang.String msg)
Constructor |
|
UnexpectedNullException(java.lang.String msg,
java.lang.Object[] params)
Constructor for an exception with parameters. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnexpectedNullException(java.lang.String msg, java.lang.Object[] params)
msg
- a string message that characterizes the problem.params
- pasitional parameters for the msg
argument.public UnexpectedNullException(java.lang.String msg)
msg
- a string message that characterizes the problem.public UnexpectedNullException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |