delphin.exceptions

exception delphin.exceptions.PyDelphinException(*args, **kwargs)[source]

The base class for PyDelphin exceptions.

exception delphin.exceptions.PyDelphinWarning(*args, **kwargs)[source]

The base class for PyDelphin warnings.

exception delphin.exceptions.ItsdbError(*args, **kwargs)[source]

Raised when there is an error processing a [incr tsdb()] profile.

exception delphin.exceptions.REPPError(*args, **kwargs)[source]

Raised when there is an error in tokenizing with REPP.

exception delphin.exceptions.TdlError(*args, **kwargs)[source]

Raised when there is an error in processing TDL.

exception delphin.exceptions.TdlParsingError(*args, **kwargs)[source]

Raised when parsing TDL text fails.

exception delphin.exceptions.TdlWarning(*args, **kwargs)[source]

Raised when parsing unsupported TDL features.

exception delphin.exceptions.TSQLSyntaxError(*args, **kwargs)[source]
exception delphin.exceptions.XmrsError(*args, **kwargs)[source]

Raised when there is an error processing *MRS objects.

exception delphin.exceptions.XmrsWarning(*args, **kwargs)[source]

Warning class for *MRS processing.