Package nom.tam.fits

Class HierarchNotEnabledException

All Implemented Interfaces:
Serializable

public class HierarchNotEnabledException extends HeaderCardException
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 Details

    • HierarchNotEnabledException

      public HierarchNotEnabledException(String key)
      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.