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:
java.io.Serializable
- Enclosing class:
- AutoLFInputStream
public static class AutoLFInputStream.IsBinaryException extends java.io.IOException
A special exception thrown whenAutoLFInputStream
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description IsBinaryException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-