Package nom.tam.fits

Class UnclosedQuoteException

All Implemented Interfaces:
Serializable

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

    • UnclosedQuoteException

      public UnclosedQuoteException(String line)
      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.