Class BinaryBlobException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.errors.BinaryBlobException
All Implemented Interfaces:
Serializable

public class BinaryBlobException extends Exception
BinaryBlobException is used to signal that binary data was found in a context that requires text (eg. for generating textual diffs).
Since:
4.10
See Also:
  • Field Details

  • Constructor Details

    • BinaryBlobException

      public BinaryBlobException()
      Construct a BinaryBlobException.
  • Method Details