Class DeploymentExceptionHandler
- java.lang.Object
-
- org.jboss.arquillian.container.impl.client.container.DeploymentExceptionHandler
-
public class DeploymentExceptionHandler extends Object
A exception handler that attempt to Veto a Exception during deployment ifShouldThrowExceptionis defined for theDeployment.- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
-
Constructor Summary
Constructors Constructor Description DeploymentExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidverifyExpectedExceptionDuringDeploy(EventContext<DeployDeployment> context)
-
-
-
Method Detail
-
verifyExpectedExceptionDuringDeploy
public void verifyExpectedExceptionDuringDeploy(@Observes EventContext<DeployDeployment> context) throws Exception
- Throws:
Exception
-
-