Package uk.ac.starlink.fits
Class HeaderValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
uk.ac.starlink.fits.HeaderValueException
- All Implemented Interfaces:
Serializable
Indicates a problem with a FITS header card.
- Since:
- 4 Mar 2022
- Author:
- Mark Taylor
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNo-arg constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HeaderValueException
public HeaderValueException()No-arg constructor. -
HeaderValueException
Constructor.- Parameters:
msg
- error message
-