Searched defs:XMLReaderException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/streaming/
H A DXMLReaderException.java32 * <p> XMLReaderException represents an exception that occurred while reading an
39 public class XMLReaderException extends JAXWSExceptionBase { class in inherits:JAXWSExceptionBase
41 public XMLReaderException(String key, Object... args) { method in class:XMLReaderException
45 public XMLReaderException(Throwable throwable) { method in class:XMLReaderException
49 public XMLReaderException(Localizable arg) { method in class:XMLReaderException

Completed in 31 milliseconds