Package nom.tam.fits
Class FitsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nom.tam.fits.FitsException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
HeaderCardException
,PaddingException
,TableException
,TruncatedFileException
public class FitsException extends java.lang.Exception
This is a general exception class allow us to distinguish issues detected by this library.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FitsException(java.lang.String msg)
FitsException(java.lang.String msg, java.lang.Exception reason)
-