Searched refs:UNPARSEABLE (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DDOMCatalogReader.java168 throw new CatalogException(CatalogException.UNPARSEABLE);
205 throw new CatalogException(CatalogException.UNPARSEABLE);
208 throw new CatalogException(CatalogException.UNPARSEABLE);
211 throw new CatalogException(CatalogException.UNPARSEABLE);
214 throw new CatalogException(CatalogException.UNPARSEABLE);
H A DSAXCatalogReader.java231 throw new CatalogException(CatalogException.UNPARSEABLE);
257 throw new CatalogException(CatalogException.UNPARSEABLE);
259 throw new CatalogException(CatalogException.UNPARSEABLE);
261 throw new CatalogException(CatalogException.UNPARSEABLE);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalogException.java50 public static final int UNPARSEABLE = 6; field in class:CatalogException
H A DResolver.java389 if (cex.getExceptionType() == CatalogException.UNPARSEABLE) {
H A DCatalog.java642 throw new CatalogException(CatalogException.UNPARSEABLE, msg);

Completed in 55 milliseconds