ema workbench

Other Sub Sites

ema_exceptions

Created on 31 mei 2011

Code author: jhkwakkel <j.h.kwakkel (at) tudelft (dot) nl>

Exceptions and warning used internally by the EMA workbench. In line with advice given in PEP 8.

exception ema_exceptions.EMAError(*args)

Base EMA error

exception ema_exceptions.EMAWarning(*args)

base EMA warning class

exception ema_exceptions.CaseError(message, case, policy={'name': 'not specified'})

error to be used when a particular run creates an error. The character of the error can be specified as the message, and the actual case that gave rise to the error.

exception ema_exceptions.EMAParallelError(*args)

parallel EMA error