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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ValueTypeExceptionCreates a new exception- Parameters:
- key- the FITS keyword for which the exception occurred.
- valueType- the type of value that was problematic.
 
 
-