public interface HasErrorHandler
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
getErrorHandler()
Gets the error handler.
|
ErrorHandlerType |
getErrorHandlerType()
Gets the error handler type.
|
void |
setErrorHandler(ErrorHandler errorHandler)
Sets the error handler.
|
void |
setErrorHandlerType(ErrorHandlerType errorHandlerType)
Sets the error handler type.
|
ErrorHandler getErrorHandler()
void setErrorHandler(ErrorHandler errorHandler)
errorHandler
- the new error handlerErrorHandlerType getErrorHandlerType()
void setErrorHandlerType(ErrorHandlerType errorHandlerType)
errorHandlerType
- the new error handler typeCopyright © 2018. All rights reserved.