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:
java.io.Serializable
public class UnifiedDiffParserException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnifiedDiffParserException()
UnifiedDiffParserException(java.lang.String message)
UnifiedDiffParserException(java.lang.String message, java.lang.Throwable cause)
UnifiedDiffParserException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
UnifiedDiffParserException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
UnifiedDiffParserException
public UnifiedDiffParserException()
-
UnifiedDiffParserException
public UnifiedDiffParserException(java.lang.String message)
-
UnifiedDiffParserException
public UnifiedDiffParserException(java.lang.String message, java.lang.Throwable cause)
-
UnifiedDiffParserException
public UnifiedDiffParserException(java.lang.Throwable cause)
-
UnifiedDiffParserException
public UnifiedDiffParserException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-