Package org.custommonkey.xmlunit
Class DifferenceEngine.DifferenceFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.custommonkey.xmlunit.DifferenceEngine.DifferenceFoundException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- DifferenceEngine
protected static final class DifferenceEngine.DifferenceFoundException extends java.lang.Exception
Marker exception thrown by the protected compare() method and passed upwards through the call stack to the public compare() method.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description private
DifferenceFoundException()
-