Package com.github.difflib.unifieddiff
Class UnifiedDiffParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.difflib.unifieddiff.UnifiedDiffParserException
-
- All Implemented Interfaces:
Serializable
public class UnifiedDiffParserException extends RuntimeException
- Author:
- Tobias Warneke (t.warneke@gmx.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnifiedDiffParserException()UnifiedDiffParserException(String message)UnifiedDiffParserException(String message, Throwable cause)UnifiedDiffParserException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)UnifiedDiffParserException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-