de.adom.jade.utils
Class ErrorUtils

java.lang.Object
  extended by de.adom.jade.utils.ErrorUtils

public class ErrorUtils
extends java.lang.Object

Implements helper methods for error handling.


Method Summary
static void handleError(java.lang.Throwable throwable)
          Handles an error condition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

handleError

public static void handleError(java.lang.Throwable throwable)
Handles an error condition.

Parameters:
throwable - the cause for the error
choice - a boolean flag indicating whether the error handler should abort