public interface IPublicationErrorHandler
Modifier and Type | Interface and Description |
---|---|
static class |
IPublicationErrorHandler.ConsoleLogger
The default error handler will simply log to standard out and
print the stack trace if available.
|
Modifier and Type | Method and Description |
---|---|
void |
handleError(PublicationError error)
Handle the given publication error.
|
void handleError(PublicationError error)
error
- The PublicationError to handle.Copyright © 2018. All rights reserved.