org.eclipse.xtend.backend.util
Class ErrorHandler

java.lang.Object
  extended by org.eclipse.xtend.backend.util.ErrorHandler

public final class ErrorHandler
extends java.lang.Object

This class serves as the single handler for dealing with exceptions that prevent continued execution and can not be meaningfully handled locally.

Author:
Arno Haase (http://www.haase-consulting.com)

Constructor Summary
ErrorHandler()
           
 
Method Summary
static void handle(java.lang.Exception exc)
           
static void handle(java.lang.String msg, java.lang.Exception exc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorHandler

public ErrorHandler()
Method Detail

handle

public static void handle(java.lang.Exception exc)

handle

public static void handle(java.lang.String msg,
                          java.lang.Exception exc)