Package com.github.difflib.patch
Class DiffException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.github.difflib.patch.DiffException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PatchFailedException
public class DiffException extends Exception
Base class for all exceptions emanating from this package.- Author:
- Juanco Anez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DiffException()DiffException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DiffException
public DiffException()
-
DiffException
public DiffException(String msg)
-
-