Package | Description |
---|---|
org.apache.woden | |
org.apache.woden.internal |
Modifier and Type | Method and Description |
---|---|
ErrorLocator |
ErrorInfo.getErrorLocator() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorReporter.reportError(ErrorLocator errLoc,
String errorId,
Object[] arguments,
short severity)
Insert the message arguments into a parameterized message identified
by errorId to produce a formatted error message, then report the
message and the error location in the document according to the
severity.
|
void |
ErrorReporter.reportError(ErrorLocator errLoc,
String errorId,
Object[] arguments,
short severity,
Exception exception)
Insert the message arguments into a parameterized message identified
by errorId to produce a formatted error message, then report the
message and the error location in the document according to the
severity.
|
void |
ErrorReporter.reportError(ErrorLocator errLoc,
String errorId,
String message,
short severity)
Report the message and the error location in the document according
to the severity.
|
void |
ErrorReporter.reportError(ErrorLocator errLoc,
String errorId,
String message,
short severity,
Exception exception)
Report the message and the error location in the document according
to the severity.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorLocatorImpl
Represents the location of parsing error within a XML document.
|
Modifier and Type | Method and Description |
---|---|
ErrorLocator |
ErrorInfoImpl.getErrorLocator() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorReporterImpl.reportError(ErrorLocator errLoc,
String errorId,
Object[] arguments,
short severity) |
void |
ErrorReporterImpl.reportError(ErrorLocator errLoc,
String errorId,
Object[] arguments,
short severity,
Exception exception) |
void |
ErrorReporterImpl.reportError(ErrorLocator errLoc,
String errorId,
String message,
short severity) |
void |
ErrorReporterImpl.reportError(ErrorLocator errLoc,
String errorId,
String message,
short severity,
Exception exception) |
Constructor and Description |
---|
ErrorInfoImpl(ErrorLocator errorLocator,
String key,
String message,
Exception exception) |
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.