public abstract class AbstractExceptionAware extends Object implements ExceptionAware
ExceptionAware implementations.| Modifier and Type | Field and Description |
|---|---|
protected ExceptionWrapper |
exceptionWrapper |
| Constructor and Description |
|---|
AbstractExceptionAware() |
| Modifier and Type | Method and Description |
|---|---|
ExceptionWrapper |
getExceptionWrapper()
Gets the associated
ExceptionWrapper. |
boolean |
setExceptionWrapper(ExceptionWrapper exceptionWrapper)
Sets the associated
ExceptionWrapper. |
protected ExceptionWrapper exceptionWrapper
public ExceptionWrapper getExceptionWrapper()
ExceptionAwareExceptionWrapper.getExceptionWrapper in interface ExceptionAwareExceptionWrapperpublic boolean setExceptionWrapper(ExceptionWrapper exceptionWrapper)
ExceptionAwareExceptionWrapper.setExceptionWrapper in interface ExceptionAwareexceptionWrapper - the ExceptionWrapper to be settrue if set is successful, false otherwiseCopyright © 2018. All Rights Reserved.