org.ops4j.pax.exam
Class ExceptionHelper

java.lang.Object
  extended by org.ops4j.pax.exam.ExceptionHelper

public class ExceptionHelper
extends Object


Constructor Summary
ExceptionHelper()
           
 
Method Summary
static boolean hasThrowable(Throwable stack, Class<? extends Throwable> clazz)
           
static Throwable unwind(Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHelper

public ExceptionHelper()
Method Detail

unwind

public static Throwable unwind(Throwable e)

hasThrowable

public static boolean hasThrowable(Throwable stack,
                                   Class<? extends Throwable> clazz)


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.