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

public static class AutoLFInputStream.IsBinaryException extends IOException
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 Details

  • Constructor Details

    • IsBinaryException

      IsBinaryException()