org.eclipse.xtext.util
Class Exceptions

java.lang.Object
  extended by org.eclipse.xtext.util.Exceptions

public class Exceptions
extends java.lang.Object

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
Exceptions()
           
 
Method Summary
static
<T> T
throwUncheckedException(java.lang.Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exceptions

public Exceptions()
Method Detail

throwUncheckedException

public static <T> T throwUncheckedException(java.lang.Throwable e)