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