@Immutable public final class QuietExceptionsLogger extends Object
LogExceptions| Constructor and Description |
|---|
QuietExceptionsLogger() |
| Modifier and Type | Method and Description |
|---|---|
Object |
wrap(org.aspectj.lang.ProceedingJoinPoint point)
Catch exception and log it, the exception will be swallowed.
|
public Object wrap(org.aspectj.lang.ProceedingJoinPoint point) throws Throwable
This aspect should be used only on void returning methods.
Try NOT to change the signature of this method, in order to keep it backward compatible.
point - Joint pointThrowable - If something goes wrong insideCopyright © 2012–2021 jcabi.com. All rights reserved.