astro
py
:docs
Index
Modules
Navigation
next »
« previous
|
synphot v1.1.2.dev26+g3a80de6
»
TableFormatError
TableFormatError
¶
exception
synphot.exceptions.
TableFormatError
(
msg
,
rows
=
None
)
[source]
¶
Exceptions to do with table access.
Parameters
:
msg
str
Error message.
rows
list of int, optional
Row numbers where exception occured.
Page Contents
TableFormatError