Package org.eclipse.epsilon.epl.execute
Class RuntimeExceptionThrower<E extends Exception>
- java.lang.Object
-
- org.eclipse.epsilon.epl.execute.RuntimeExceptionThrower<E>
-
- All Implemented Interfaces:
Consumer<E>
,ExceptionHandler<E>
public class RuntimeExceptionThrower<E extends Exception> extends Object implements ExceptionHandler<E>
-
-
Constructor Summary
Constructors Constructor Description RuntimeExceptionThrower()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleException(Exception ex)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.epsilon.common.function.ExceptionHandler
accept
-
-
-
-
Method Detail
-
handleException
public void handleException(Exception ex)
- Specified by:
handleException
in interfaceExceptionHandler<E extends Exception>
-
-