public interface RuntimeExceptionEvent
Modifier and Type | Method and Description |
---|---|
RuntimeException |
getException()
Return the runtime exception occurred in a listener's handling.
|
void |
setException(RuntimeException runtimeException)
Set the runtime exception occurred in a listener's handling.
|
RuntimeException getException()
void setException(RuntimeException runtimeException)
runtimeException
- the runtime exception occurred by a listener's handlingCopyright © 2008–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.