Package | Description |
---|---|
_templates.javolution.xml.stream |
Modifier and Type | Method and Description |
---|---|
Location |
XMLStreamException.getLocation()
Returns the location of the exception.
|
Location |
XMLStreamReaderImpl.getLocation() |
Location |
XMLStreamReader.getLocation()
Return the current location of the processor.
|
Constructor and Description |
---|
XMLStreamException(String msg,
Location location)
Constructs an exception with the assocated message, exception and
location.
|
XMLStreamException(String msg,
Location location,
Throwable nested)
Constructs an exception with the assocated message, exception and
location.
|
Copyright © 2005–2020 Javolution. All rights reserved.