Exceptions

Swoop defines two exception classes. Swoop may also raise NotImplementedError if you try to invoke functionality that is planned but not yet implemented or try to invoke a method that should be overridden.

EagleFormatError

class Swoop.EagleFormatError(text='')[source]

Bases: exceptions.Exception

An error occured durig parsing an input file or generating an output file.

SwoopError

class Swoop.SwoopError(text)[source]

Bases: exceptions.Exception

An internal error occurred.