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

/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DXMLParseException.java53 public class XMLParseException class in inherits:Exception
103 public XMLParseException () method in class:XMLParseException
113 public XMLParseException (String s) method in class:XMLParseException
123 public XMLParseException (Exception e, String s) method in class:XMLParseException
129 * Deserializes an {@link XMLParseException} from an {@link ObjectInputStream}.
139 * Serializes an {@link XMLParseException} to an {@link ObjectOutputStream}.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLParseException.java34 public class XMLParseException class in inherits:XNIException
70 public XMLParseException(XMLLocator locator, String message) { method in class:XMLParseException
84 public XMLParseException(XMLLocator locator, method in class:XMLParseException
181 } // XMLParseException

Completed in 58 milliseconds