Package com.vaadin.cdi.internal
Class InconsistentDeploymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.cdi.internal.InconsistentDeploymentException
- All Implemented Interfaces:
Serializable
Thrown in case the contents of the deployment archive are not consistent:
- Multiple VaadinUIs are using the same path e.g. @CDIUI("a"), @CDIUI("b")
- Several UIs annotated with @CDIUI annotations with an empty context path are packaged
- A servlet defined in the web.xml cannot be loaded.
- A nested servlet class of an inappropriate type is defined in a @CDIUI class.
- A @CDIView does not implement View.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInconsistentDeploymentException(com.vaadin.cdi.internal.InconsistentDeploymentException.ID id, Exception e) InconsistentDeploymentException(com.vaadin.cdi.internal.InconsistentDeploymentException.ID id, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
Method Details