Package nom.tam.fits
Class ValueTypeException
- All Implemented Interfaces:
Serializable
Invalid value type used for a standard header keyword.
- Since:
- 1.19
- Author:
- Attila Kovacs
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValueTypeException
Creates a new exception- Parameters:
key
- the FITS keyword for which the exception occurred.valueType
- the type of value that was problematic.
-