Searched refs:XMLSchemaException (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaException.java30 public class XMLSchemaException extends Exception { class in inherits:Exception
40 public XMLSchemaException(String key, Object[] args) { method in class:XMLSchemaException
H A DXSConstraints.java398 } catch (XMLSchemaException e) {
444 catch (XMLSchemaException e) {
475 } catch (XMLSchemaException e) {
497 } catch (XMLSchemaException e) {
539 throws XMLSchemaException {
569 throws XMLSchemaException {
586 throw new XMLSchemaException("cos-element-consistent",
604 throws XMLSchemaException {
613 throws XMLSchemaException {
626 throw new XMLSchemaException("co
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSCMValidator.java25 import com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException;
83 public boolean checkUniqueParticleAttribution(SubstitutionGroupHandler subGroupHandler) throws XMLSchemaException;
H A DXSEmptyCM.java25 import com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException;
120 public boolean checkUniqueParticleAttribution(SubstitutionGroupHandler subGroupHandler) throws XMLSchemaException {
H A DXSAllCM.java26 import com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException;
185 public boolean checkUniqueParticleAttribution(SubstitutionGroupHandler subGroupHandler) throws XMLSchemaException {
191 throw new XMLSchemaException("cos-nonambig", new Object[]{fAllElements[i].toString(),
H A DXSDFACM.java32 import com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException;
1095 public boolean checkUniqueParticleAttribution(SubstitutionGroupHandler subGroupHandler) throws XMLSchemaException {
1142 throw new XMLSchemaException("cos-nonambig", new Object[]{fElemMap[i].toString(),
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDocumentInfo.java29 import com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException;
96 throws XMLSchemaException {
111 throw new XMLSchemaException(null, null);
H A DXSDHandler.java46 import com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException;
782 } catch (XMLSchemaException se) {

Completed in 54 milliseconds