org.apache.aries.jpa.container.parsing.impl
Class EarlyParserReturn
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.apache.aries.jpa.container.parsing.impl.EarlyParserReturn
- All Implemented Interfaces:
- Serializable
public class EarlyParserReturn
- extends SAXException
A convenience mechanism for finding the version of the schema to validate with
- See Also:
- Serialized Form
EarlyParserReturn
public EarlyParserReturn(Schema s,
String version)
- Parameters:
s
- The schema usedversion
- The version of the schema used
getSchema
public Schema getSchema()
- Returns:
- The schema that was used in the xml document
getVersion
public String getVersion()
- Returns:
- The version of the JPA schema used
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.