com.ibm.dtfj.analyzer.util
Class UnexpectedNullException

java.lang.Object
  extended by DumpAnalyzerException
      extended by com.ibm.dtfj.analyzer.util.UnexpectedNullException

public class UnexpectedNullException
extends DumpAnalyzerException

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

UnexpectedNullException

public UnexpectedNullException(java.lang.String msg,
                               java.lang.Object[] params)
Constructor for an exception with parameters.

Parameters:
msg - a string message that characterizes the problem.
params - pasitional parameters for the msg argument.

UnexpectedNullException

public UnexpectedNullException(java.lang.String msg)
Constructor

Parameters:
msg - a string message that characterizes the problem.

UnexpectedNullException

public UnexpectedNullException()
Constructor



© Copyright IBM Corp. 2007, 2008 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.