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
See Also:
  • Constructor Details

    • UnifiedDiffParserException

      public UnifiedDiffParserException()
    • UnifiedDiffParserException

      public UnifiedDiffParserException(String message)
    • UnifiedDiffParserException

      public UnifiedDiffParserException(String message, Throwable cause)
    • UnifiedDiffParserException

      public UnifiedDiffParserException(Throwable cause)
    • UnifiedDiffParserException

      public UnifiedDiffParserException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)