Interface Catchable
-
- All Known Implementing Classes:
Try,TryWithResult
public interface Catchable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @Nullable IgnorableMappingExceptiongetException()default booleanisClean()Check if any un-catch-ed exception is pending.
-
-
-
Method Detail
-
getException
@Nullable IgnorableMappingException getException()
-
isClean
default boolean isClean()
Check if any un-catch-ed exception is pending.- Returns:
- Returns true if no exception is pending.
-
-