com.ibm.dtfj.analyzer.util
Class AnalyzerException

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

public class AnalyzerException
extends DumpAnalyzerException

Exception used to report errors encountered during the operation of an analyzer (e.g. mismatched fields, etc.)


Constructor Summary
AnalyzerException(java.lang.String msg)
          Constructor
AnalyzerException(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

AnalyzerException

public AnalyzerException(java.lang.String msg)
Constructor

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

AnalyzerException

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

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


© 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.