Class FileFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
be.lmenten.avr.binfmt.hex.FileFormatException
All Implemented Interfaces:
Serializable

public class FileFormatException extends IOException
See Also:
Serialized Form
  • Constructor Details

    • FileFormatException

      public FileFormatException(String message)
    • FileFormatException

      public FileFormatException(String fileName, String message)
    • FileFormatException

      public FileFormatException(String fileName, int line, String message)
    • FileFormatException

      public FileFormatException(String fileName, int line, int index, String message)