org.apache.hadoop.tools.rumen
Class DeepInequalityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DeepInequalityException
public DeepInequalityException(String message,
TreePath path,
Throwable chainee)
- Parameters:
message
- an exception messagepath
- 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 messagepath
- 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