Uses of Class
org.apache.flink.runtime.throwable.ThrowableType
-
Packages that use ThrowableType Package Description org.apache.flink.runtime.throwable -
-
Uses of ThrowableType in org.apache.flink.runtime.throwable
Methods in org.apache.flink.runtime.throwable that return ThrowableType Modifier and Type Method Description static ThrowableTypeThrowableClassifier. getThrowableType(Throwable cause)Classify the exceptions by extracting theThrowableTypefrom a potentialThrowableAnnotation.ThrowableTypevalue()Returns the type if theThrowable.static ThrowableTypeThrowableType. valueOf(String name)Returns the enum constant of this type with the specified name.static ThrowableType[]ThrowableType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.throwable with parameters of type ThrowableType Modifier and Type Method Description static Optional<Throwable>ThrowableClassifier. findThrowableOfThrowableType(Throwable throwable, ThrowableType throwableType)Checks whether a throwable chain contains a specific throwable type and returns the corresponding throwable.
-