This module contains exception classes used in python-gdsii.
Bases: exceptions.Exception
Base class for all GDSII exceptions.
Bases: gdsii.exceptions.FormatError
Raised on unexpected end of file.
Bases: gdsii.exceptions.FormatError
Raised if data size is incorrect.
Bases: gdsii.exceptions.FormatError
Raised on unsupported tag type.
Bases: gdsii.exceptions.FormatError
Raised when required record is not found.
Bases: gdsii.exceptions.FormatError
Raised when data size is incorrect for a given record.