Package org.eclipse.jgit.errors
Class BinaryBlobException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.errors.BinaryBlobException
- All Implemented Interfaces:
Serializable
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BinaryBlobException
public BinaryBlobException()Construct a BinaryBlobException.
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-