Package nom.tam.fits

Class TruncatedFileException

All Implemented Interfaces:
Serializable

public class TruncatedFileException extends FitsException
When an EOF is encountered in the middle of an HDU.
See Also:
  • Constructor Details

    • TruncatedFileException

      public TruncatedFileException(String msg)
      Instantiates this exception with the designated message string.
      Parameters:
      msg - a human readable message that describes what in fact caused the exception
    • TruncatedFileException

      public TruncatedFileException(String msg, Exception cause)
      Instantiates this exception with the designated message string, when it was triggered by some other type of exception
      Parameters:
      msg - a human readable message that describes what in fact caused the exception
      cause - the original exception (or other throwable) that triggered this exception.