public class DeploymentExceptionObserver
extends java.lang.Object
| Constructor and Description | 
|---|
| DeploymentExceptionObserver() | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.util.Set<java.lang.Class<?>> | availableExceptionTypes() | 
| void | cleanUp(AfterClass event) | 
| static java.lang.Exception | getExceptions(java.lang.Class<?> clazz) | 
| void | observes(DeploymentException t) | 
public void observes(DeploymentException t)
              throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.Exception getExceptions(java.lang.Class<?> clazz)
public static java.util.Set<java.lang.Class<?>> availableExceptionTypes()
public void cleanUp(AfterClass event)
             throws java.lang.Exception
java.lang.Exception