Uses of Class
org.apache.webbeans.exception.WebBeansException
-
Packages that use WebBeansException Package Description org.apache.webbeans.corespi.se org.apache.webbeans.exception org.apache.webbeans.util org.apache.webbeans.xml -
-
Uses of WebBeansException in org.apache.webbeans.corespi.se
Methods in org.apache.webbeans.corespi.se that throw WebBeansException Modifier and Type Method Description voidDefaultJndiService. bind(String name, Object object)<T> TDefaultJndiService. getObject(String name, Class<? extends T> expectedClass)voidDefaultJndiService. unbind(String name) -
Uses of WebBeansException in org.apache.webbeans.exception
Subclasses of WebBeansException in org.apache.webbeans.exception Modifier and Type Class Description classWebBeansCreationExceptionException that is thrown by the web beans container at the deployment time. -
Uses of WebBeansException in org.apache.webbeans.util
Methods in org.apache.webbeans.util that throw WebBeansException Modifier and Type Method Description static <T> TJNDIUtil. lookup(String name, Class<? extends T> expectedClass) -
Uses of WebBeansException in org.apache.webbeans.xml
Methods in org.apache.webbeans.xml that throw WebBeansException Modifier and Type Method Description protected ElementDefaultBeanArchiveService. getBeansRootElement(InputStream xmlStream)Gets the root element of the parsed document.
-