Exceptions

copyright:

Lion Krischer (lion.krischer@gmail.com), 2013-2021

license:

BSD 3-Clause (“BSD New” or “BSD Simplified”)

exception pyasdf.exceptions.ASDFAttributeError[source]

ASDF specific attribute error.

exception pyasdf.exceptions.ASDFException[source]

Generic exception for the Python ASDF implementation.

exception pyasdf.exceptions.ASDFValueError[source]

ASDF specific value error.

exception pyasdf.exceptions.ASDFWarning[source]

Generic ASDF warning.

exception pyasdf.exceptions.NoStationXMLForStation[source]

Raised when a station has no associated StationXML file.

exception pyasdf.exceptions.WaveformNotInFileException[source]

Raised when a non-existent waveform is accessed.