Package | Description |
---|---|
org.apache.woden | |
org.apache.woden.internal |
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
ErrorReporter.getErrorHandler()
Return the custom error handler if one has been set,
otherwise return the default error handler.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorReporter.setErrorHandler(ErrorHandler errorHandler)
Set a custom error handler on this error reporter to replace the
default error handler.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorHandlerImpl
This class implements the default error handling behaviour, which is simply
to report warnings, errors and fatal errors by printing the error info to
the system output stream.
|
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
ErrorReporterImpl.getErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorReporterImpl.setErrorHandler(ErrorHandler errorHandler) |
Copyright © 2005–2013 Apache Software Foundation. All rights reserved.