Uses of Class
org.apache.jackrabbit.name.NameException

Packages that use NameException
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.nodetype.xml   
org.apache.jackrabbit.name   
 

Uses of NameException in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that throw NameException
 QName SessionImpl.getQName(String name)
           
 Path SessionImpl.getQPath(String path)
           
 

Uses of NameException in org.apache.jackrabbit.core.nodetype.xml
 

Methods in org.apache.jackrabbit.core.nodetype.xml that throw NameException
 NodeTypeDef[] NodeTypeReader.getNodeTypeDefs()
          Returns all node type definitions specified by node type elements under the current element.
 

Uses of NameException in org.apache.jackrabbit.name
 

Subclasses of NameException in org.apache.jackrabbit.name
 class IllegalNameException
          Thrown when an illegal JCR name string is encountered.
 class MalformedPathException
          Thrown when a malformed JCR path string is encountered.
 class NoPrefixDeclaredException
          Thrown when the namespace prefix of a qualified name is not found.
 class UnknownPrefixException
          Thrown when a JCR name string with an unknown prefix is encountered.
 

Methods in org.apache.jackrabbit.name that throw NameException
 QName CachingNameResolver.getQName(String name)
          Returns the qualified name for the given prefixed JCR name.
 QName ParsingNameResolver.getQName(String name)
          Parses the prefixed JCR name and returns the resolved qualified name.
 QName NameResolver.getQName(String name)
          Returns the qualified name for the given prefixed JCR name.
 Path CachingPathResolver.getQPath(String path)
          Returns the qualified path for the given prefixed JCR path.
 Path ParsingPathResolver.getQPath(String path)
          Parses the prefixed JCR path and returns the resolved qualified path.
 Path PathResolver.getQPath(String path)
          Returns the qualified path for the given prefixed JCR path.
 



Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.