schrodinger.application.matsci.qeschema.qeschema.exceptions module

exception schrodinger.application.matsci.qeschema.qeschema.exceptions.QESchemaError

Bases: Exception

__init__(*args, **kwargs)
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.matsci.qeschema.qeschema.exceptions.XmlDocumentError(message)

Bases: schrodinger.application.matsci.qeschema.qeschema.exceptions.QESchemaError, RuntimeError

An error or a wrong condition with an XML document instance.

__init__(message)
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.