public interface IThrownExceptionDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
accept(LightweightTypeReference type) |
IThrownExceptionDelegate |
catchExceptions(List<LightweightTypeReference> caughtExceptions) |
void |
collectThrownExceptions(XExpression expression) |
LightweightTypeReference |
getActualType(XExpression expr) |
LightweightTypeReference |
toLightweightReference(JvmTypeReference exception) |
LightweightTypeReference toLightweightReference(JvmTypeReference exception)
void accept(LightweightTypeReference type)
LightweightTypeReference getActualType(XExpression expr)
void collectThrownExceptions(XExpression expression)
IThrownExceptionDelegate catchExceptions(List<LightweightTypeReference> caughtExceptions)
Copyright © 2015. All Rights Reserved.