javax.xml.stream
Class XMLStreamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.stream.XMLStreamException

public class XMLStreamException
extends Exception


Constructor Summary
XMLStreamException(String msg)
           
XMLStreamException(String msg, Location loc)
           
 
Method Summary
 Location getLOcation()
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLStreamException

public XMLStreamException(String msg,
                          Location loc)

XMLStreamException

public XMLStreamException(String msg)
Method Detail

getLOcation

public Location getLOcation()