@Immutable public final class SingleException extends Object
| Constructor and Description |
|---|
SingleException() |
| Modifier and Type | Method and Description |
|---|---|
Object |
wrap(org.aspectj.lang.ProceedingJoinPoint point)
Catch all exceptions and throw a single selected exception.
|
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.