Package org.osjava.jardiff
Class DiffException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.osjava.jardiff.DiffException
-
- All Implemented Interfaces:
java.io.Serializable
public class DiffException extends java.lang.Exception
A wrapper exception classes for various exceptions that can happen whilst performing a diff.- Author:
- Antony Riley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DiffException(java.lang.Exception toWrap)
Create a new DiffException wrapping another exception.
-