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 SummaryConstructorsConstructorDescriptionUnclosedQuoteException(String line) Instantiates a new exception indicated an unclosed string quote in a parsed header value.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnclosedQuoteExceptionInstantiates 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.
 
 
-