Package nom.tam.fits
Class TruncatedFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nom.tam.fits.FitsException
-
- nom.tam.fits.TruncatedFileException
-
- All Implemented Interfaces:
java.io.Serializable
public class TruncatedFileException extends FitsException
This exception is thrown when an EOF is detected in the middle of an HDU.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TruncatedFileException(java.lang.String msg)
TruncatedFileException(java.lang.String msg, java.lang.Exception cause)
-