Annotation Type ThrowableAnnotation
-
@Inherited @Target(TYPE) @Retention(RUNTIME) public @interface ThrowableAnnotation
Annotation to classify subclasses ofThrowableinto categories w.r.t. recovery.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ThrowableTypevalueReturns the type if theThrowable.
-
-
-
Element Detail
-
value
ThrowableType value
Returns the type if theThrowable.- Default:
- org.apache.flink.runtime.throwable.ThrowableType.RecoverableError
-
-