Package org.eclipse.jgit.util.io
Class AutoLFInputStream.IsBinaryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.util.io.AutoLFInputStream.IsBinaryException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AutoLFInputStream
A special exception thrown when
AutoLFInputStream
is told to
throw an exception when attempting to read a binary file. The exception
may be thrown at any stage during reading.- Since:
- 3.3
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
IsBinaryException
IsBinaryException()
-