DALFormatError¶
-
exception
pyvo.dal.exceptions.
DALFormatError
(cause=None, url=None, reason=None)[source]¶ an exception indicating that a DAL response contains fatal format errors. This would include XML or VOTable format errors.
create the exception
- Parameters
- causestr
an exception issued as the underlying cause. A value of None indicates that no underlying exception was caught.
- url
the query URL that produced the error
- reason
a message describing the cause of the error