Uses of Class
org.apache.jackrabbit.spi.commons.conversion.NameException

Packages that use NameException
org.apache.jackrabbit.core.nodetype.xml   
org.apache.jackrabbit.spi.commons.conversion   
 

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.spi.commons.conversion
 

Subclasses of NameException in org.apache.jackrabbit.spi.commons.conversion
 class IllegalNameException
          Thrown when an illegal JCR name string is encountered.
 class MalformedPathException
          Thrown when a malformed JCR path string is encountered.
 

Methods in org.apache.jackrabbit.spi.commons.conversion that throw NameException
static Name[] NameParser.parse(String[] jcrNames, NamespaceResolver resolver, NameFactory factory)
          Parses an array of jcrName and returns the respective array of Name.
 



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