Introduce Error Handling
Make the theodolite robust against errors by adding exception handling. Also we need to figure out a way to repeat experiments that had errors.
Known issues that should be addressed:
-
If the specified resource for a patcher is not found, a
java.lang.IndexOutOfBoundsException
is thrown.