Package nom.tam.fits

Class ValueTypeException

All Implemented Interfaces:
Serializable

public class ValueTypeException extends HeaderCardException
Invalid value type used for a standard header keyword.
Since:
1.19
Author:
Attila Kovacs
See Also:
  • Constructor Details

    • ValueTypeException

      public ValueTypeException(String key, String valueType)
      Creates a new exception
      Parameters:
      key - the FITS keyword for which the exception occurred.
      valueType - the type of value that was problematic.