Package nom.tam.util
Class TableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
nom.tam.fits.FitsException
nom.tam.util.TableException
- All Implemented Interfaces:
Serializable
For when attempting to do something illegal or invalid with FITS tables.
- See Also:
-
Constructor Summary
ConstructorDescriptionTableException
(String msg) Instantiates this exception with the designated message string.TableException
(Throwable cause) Instantiates this exception with the designated message string. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TableException
Instantiates this exception with the designated message string.- Parameters:
msg
- a human readable message that describes what in fact caused the exception
-
TableException
Instantiates this exception with the designated message string.- Parameters:
cause
- an exception that triggered a this exception.- Since:
- 1.18
-