Uses of Enum
org.apache.flink.runtime.throwable.ThrowableType
Packages that use ThrowableType
-
Uses of ThrowableType in org.apache.flink.runtime.throwable
Methods in org.apache.flink.runtime.throwable that return ThrowableTypeModifier and TypeMethodDescriptionstatic ThrowableTypeThrowableClassifier.getThrowableType(Throwable cause) Classify the exceptions by extracting theThrowableTypefrom a potentialThrowableAnnotation.static ThrowableTypeReturns 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 ThrowableTypeModifier and TypeMethodDescriptionThrowableClassifier.findThrowableOfThrowableType(Throwable throwable, ThrowableType throwableType) Checks whether a throwable chain contains a specific throwable type and returns the corresponding throwable.