Package nom.tam.fits

Class TruncatedFileException

All Implemented Interfaces:
Serializable

public class TruncatedFileException extends FitsException
This exception is thrown when an EOF is detected in the middle of an HDU.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      serial version UID.
      See Also:
  • Constructor Details

    • TruncatedFileException

      public TruncatedFileException(String msg)
    • TruncatedFileException

      public TruncatedFileException(String msg, Exception cause)