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

Packages that use NameException
org.apache.jackrabbit.name   
 

Uses of NameException in org.apache.jackrabbit.name
 

Subclasses of NameException in org.apache.jackrabbit.name
 class IllegalNameException
          Deprecated. Use the IllegalNameException class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
 class MalformedPathException
          Deprecated. Use the MalformedPathException class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
 class NoPrefixDeclaredException
          Deprecated.  
 class UnknownPrefixException
          Deprecated.  
 

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



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