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 if
invalid reference
ShouldThrowException
is defined for the Deployment.
Author:
Aslak Knutsen
  • Constructor Details

    • DeploymentExceptionHandler

      public DeploymentExceptionHandler()
  • Method Details

    • verifyExpectedExceptionDuringDeploy

      public void verifyExpectedExceptionDuringDeploy(@Observes org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.container.spi.event.DeployDeployment> context) throws Exception
      Throws:
      Exception