ProcessErrorListener is a defintion for a observer of error that occur
during the execution of a Process.
To observe errors that occur during the execution of a Process you
can implement this interface and add your implementation with Process.addListener
to observe a certain Process.