public abstract class ErrorReporter extends Object
| Constructor and Description |
|---|
ErrorReporter(URL document) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<String> |
duplicateAttribute(String msg) |
protected List<URL> |
findSchemas() |
protected abstract Printer |
printer() |
boolean |
report(XMLStreamException exception)
Reports an error to VDX.
|
protected abstract org.projectodd.vdx.wildfly.SchemaProvider |
schemaProvider() |
static Optional<String> |
stripMessageCode(String msg) |
public ErrorReporter(URL document)
public boolean report(XMLStreamException exception)
exception - protected abstract org.projectodd.vdx.wildfly.SchemaProvider schemaProvider()
protected abstract Printer printer()
Copyright © 2017. All Rights Reserved.