Package nom.tam.fits
Class HierarchNotEnabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
nom.tam.fits.FitsException
nom.tam.fits.HeaderCardException
nom.tam.fits.HierarchNotEnabledException
- All Implemented Interfaces:
Serializable
The keyword is a HIERARCH-style long FITS keyword but the library does not
have the hierarch support enabled at present.
- Since:
- 1.16
- Author:
- Attila Kovacs
- See Also:
-
Constructor Summary
ConstructorDescriptionInstantiates a new exception for a HIERARCH-style header keyword, when support for the hierarch convention is not enabled. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HierarchNotEnabledException
Instantiates a new exception for a HIERARCH-style header keyword, when support for the hierarch convention is not enabled.- Parameters:
key
- the HIERARCH-style FITS keyword.
-