Uses of Enum Class
org.xerial.snappy.SnappyErrorCode
Packages that use SnappyErrorCode
-
Uses of SnappyErrorCode in org.xerial.snappy
Subclasses with type arguments of type SnappyErrorCode in org.xerial.snappyFields in org.xerial.snappy declared as SnappyErrorCodeModifier and TypeFieldDescriptionfinal SnappyErrorCodeSnappyError.errorCodefinal SnappyErrorCodeSnappyException.errorCodeDeprecated.private final SnappyErrorCodeSnappyIOException.errorCodeMethods in org.xerial.snappy that return SnappyErrorCodeModifier and TypeMethodDescriptionstatic SnappyErrorCodeSnappyErrorCode.getErrorCode(int id) SnappyException.getErrorCode()Deprecated.SnappyIOException.getErrorCode()static SnappyErrorCodeReturns the enum constant of this class with the specified name.static SnappyErrorCode[]SnappyErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.xerial.snappy with parameters of type SnappyErrorCodeModifierConstructorDescriptionSnappyError(SnappyErrorCode code) SnappyError(SnappyErrorCode code, Error e) SnappyError(SnappyErrorCode code, String message) SnappyException(SnappyErrorCode errorCode) Deprecated.SnappyException(SnappyErrorCode errorCode, Exception e) Deprecated.SnappyException(SnappyErrorCode errorCode, String message) Deprecated.SnappyIOException(SnappyErrorCode errorCode, String message)