org.apache.hadoop.tools.rumen
Class DeepInequalityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.tools.rumen.DeepInequalityException
All Implemented Interfaces:
Serializable

public class DeepInequalityException
extends Exception

We use this exception class in the unit test, and we do a deep comparison when we run the

See Also:
Serialized Form

Constructor Summary
DeepInequalityException(String message, TreePath path)
           
DeepInequalityException(String message, TreePath path, Throwable chainee)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeepInequalityException

public DeepInequalityException(String message,
                               TreePath path,
                               Throwable chainee)
Parameters:
message - an exception message
path - the path that gets from the root to the inequality This is the constructor that I intend to have used for this exception.

DeepInequalityException

public DeepInequalityException(String message,
                               TreePath path)
Parameters:
message - an exception message
path - the path that gets from the root to the inequality This is the constructor that I intend to have used for this exception.


Copyright © 2009 The Apache Software Foundation