-
Notifications
You must be signed in to change notification settings - Fork 11
Exceptions Class
Laurent Jourdren edited this page Mar 26, 2015
·
2 revisions
WARNING: This documentation is outdated and will soon be updated.
Eoulsan define 3 exceptions and errors:
-
EoulsanExceptionis an exception that must be catch by developer (e.g. theconfigure()method of theStepclass). It is withIOExceptionthe only exception used in Eoulsan code (minus some very specials cases, see below). -
EoulsanRuntimeExceptionis an exception that is usually not catch by developper. Eoulsan throw it in some exceptional cases like when a call tocontext.getInputDataFormat()use aDataFormatthat is not in the list of the inputDataFormatof aStep. -
EoulsanErroris only use once inAbstractEoulsanRuntimeconstructor when theSettingobject in argument is null.