Skip to content

PdbxExceptions

mmcif.io.PdbxExceptions.PdbxError (Exception)

Class for catch general errors

Source code in mmcif/io/PdbxExceptions.py
class PdbxError(Exception):
    """Class for catch general errors"""

mmcif.io.PdbxExceptions.PdbxSyntaxError (Exception)

Class for catching syntax errors

Source code in mmcif/io/PdbxExceptions.py
class PdbxSyntaxError(Exception):
    """Class for catching syntax errors"""