thedatahub / Datahub-Factory

Datahub::Factory - Transport metadata between Collection Management Systems and the Datahub
Other
2 stars 4 forks source link

Exception handling #11

Closed netsensei closed 7 years ago

netsensei commented 7 years ago

Add better exception handling.

  1. Use try/catch blocks
  2. Use say STDERR message to print directly to output in case of fatal error.
  3. Create specific exception classes
pieterdp commented 7 years ago

Hide/Encapsulate exceptions in generic error messages.

Include the same in the Pipeline parser.

pieterdp commented 7 years ago

Closed by #25