Package nom.tam.fits

Class LongStringsNotEnabledException

All Implemented Interfaces:
Serializable

public class LongStringsNotEnabledException extends HeaderCardException
The string value does not fit into a signle 80-character wide FITS header record, and the library does not have long string support enabled at present.
Since:
1.16
Author:
Attila Kovacs
See Also:
  • Constructor Details

    • LongStringsNotEnabledException

      public LongStringsNotEnabledException(String key)
      Instantiates a new exception for when a string value does not fit in a single 80-character header record, and support for the standard long string convention has not been enabled.
      Parameters:
      key - the header keyword for which the exception occurred.