Package nom.tam.util

Class TableException

All Implemented Interfaces:
Serializable

public class TableException extends FitsException
For when attempting to do something illegal or invalid with FITS tables.
See Also:
  • Constructor Details

    • TableException

      public TableException(String msg)
      Instantiates this exception with the designated message string.
      Parameters:
      msg - a human readable message that describes what in fact caused the exception
    • TableException

      public TableException(Throwable cause)
      Instantiates this exception with the designated message string.
      Parameters:
      cause - an exception that triggered a this exception.
      Since:
      1.18