public abstract class XProcError extends Object
| Constructor and Description |
|---|
XProcError() |
| Modifier and Type | Method and Description |
|---|---|
abstract XProcError |
getCause() |
abstract QName |
getCode() |
abstract SourceLocator[] |
getLocation() |
abstract String |
getMessage() |
static XProcError |
parse(XMLStreamReader reader) |
String |
toString() |
public abstract QName getCode()
public abstract String getMessage()
public abstract XProcError getCause()
public abstract SourceLocator[] getLocation()
public static XProcError parse(XMLStreamReader reader) throws XMLStreamException
XMLStreamExceptionCopyright © 2010–2024 The DAISY Consortium. All rights reserved.