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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/
H A DSAXException2.java36 public class SAXException2 extends SAXException { class in inherits:SAXException
37 public SAXException2(String message) { method in class:SAXException2
41 public SAXException2(Exception e) { method in class:SAXException2
45 public SAXException2(String message, Exception e) { method in class:SAXException2
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DContentHandlerAdaptor.java33 import com.sun.istack.internal.SAXException2;
125 throw new SAXException2(e);
127 throw new SAXException2(e);
142 throw new SAXException2(e);
144 throw new SAXException2(e);
H A DXMLSerializer.java55 import com.sun.istack.internal.SAXException2;
230 throw new SAXException2(e);
235 throw new SAXException2((Exception)ve.getLinkedException());
237 throw new SAXException2(ve.getMessage());
426 throw new SAXException2(e);
428 throw new SAXException2(e);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DTransducedAccessor.java37 import com.sun.istack.internal.SAXException2;
311 throw new SAXException2(e);
334 throw new SAXException2(e);
H A DLister.java48 import com.sun.istack.internal.SAXException2;
392 throw new SAXException2(e);

Completed in 77 milliseconds