Package nom.tam.fits
Class LongStringsNotEnabledException
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.LongStringsNotEnabledException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionInstantiates 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. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LongStringsNotEnabledException
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.
-