Class InconsistentDeploymentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.cdi.internal.InconsistentDeploymentException
All Implemented Interfaces:
Serializable

public class InconsistentDeploymentException extends RuntimeException
Thrown in case the contents of the deployment archive are not consistent:
  1. Multiple VaadinUIs are using the same path e.g. @CDIUI("a"), @CDIUI("b")
  2. Several UIs annotated with @CDIUI annotations with an empty context path are packaged
  3. A servlet defined in the web.xml cannot be loaded.
  4. A nested servlet class of an inappropriate type is defined in a @CDIUI class.
  5. A @CDIView does not implement View.
See Also:
  • Constructor Details

    • InconsistentDeploymentException

      public InconsistentDeploymentException(com.vaadin.cdi.internal.InconsistentDeploymentException.ID id, String message)
    • InconsistentDeploymentException

      public InconsistentDeploymentException(com.vaadin.cdi.internal.InconsistentDeploymentException.ID id, Exception e)
  • Method Details