@Immutable public final class ExceptionsLogger extends Object
LogExceptions| Constructor and Description |
|---|
ExceptionsLogger() |
| Modifier and Type | Method and Description |
|---|---|
Object |
wrap(org.aspectj.lang.ProceedingJoinPoint point)
Catch exception and log it.
|
public Object wrap(org.aspectj.lang.ProceedingJoinPoint point) throws Throwable
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.