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

/openjdk7/jaxp/src/javax/xml/stream/
H A DXMLStreamException.java40 public class XMLStreamException extends Exception { class in inherits:Exception
48 public XMLStreamException(){ method in class:XMLStreamException
57 public XMLStreamException(String msg) { method in class:XMLStreamException
66 public XMLStreamException(Throwable th) { method in class:XMLStreamException
77 public XMLStreamException(String msg, Throwable th) { method in class:XMLStreamException
89 public XMLStreamException(String msg, Location location, Throwable th) { method in class:XMLStreamException
103 public XMLStreamException(String msg, method in class:XMLStreamException

Completed in 33 milliseconds