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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnifiedDiffParserException
(String message) UnifiedDiffParserException
(String message, Throwable cause) UnifiedDiffParserException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnifiedDiffParserException
public UnifiedDiffParserException() -
UnifiedDiffParserException
-
UnifiedDiffParserException
-
UnifiedDiffParserException
-
UnifiedDiffParserException
-