Package nom.tam.fits
Class UnclosedQuoteException
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.UnclosedQuoteException
- All Implemented Interfaces:
Serializable
A header value with an unclosed single quote. Thrown when the library does
not have automatic header repairs enabled at present.
- Since:
- 1.16
- Author:
- Attila Kovacs
- See Also:
-
Constructor Summary
ConstructorDescriptionUnclosedQuoteException
(String line) Instantiates a new exception indicated an unclosed string quote in a parsed header value. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnclosedQuoteException
Instantiates a new exception indicated an unclosed string quote in a parsed header value.- Parameters:
line
- the 80-character header record fro which the exception occurred.
-