Uses of Class
org.apache.webbeans.exception.WebBeansException

Packages that use WebBeansException
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
 void DefaultJndiService.bind(String name, Object object)
          
<T> T
DefaultJndiService.getObject(String name, Class<? extends T> expectedClass)
          
 void DefaultJndiService.unbind(String name)
          
 

Uses of WebBeansException in org.apache.webbeans.exception
 

Subclasses of WebBeansException in org.apache.webbeans.exception
 class ComponentNotFoundException
          Throws when the component is not found in the web beans container.
 class ContextRemoveException
          Throws when the component is not found in the current context while trrying to remove.
 class ResolutionByNameException
          Throws when exceptional situation occurs while resolving components in the web beans container by name.
 class WebBeansCreationException
          Exception 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
static
<T> T
JNDIUtil.lookup(String name, Class<? extends T> expectedClass)
           
 

Uses of WebBeansException in org.apache.webbeans.xml
 

Methods in org.apache.webbeans.xml that throw WebBeansException
static Element XMLUtil.getRootElement(InputStream stream)
           
static Element XMLUtil.getSpecStrictRootElement(InputStream stream)
          Gets the root element of the parsed document.
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.