Uses of Enum Class
org.xerial.snappy.SnappyErrorCode
Packages that use SnappyErrorCode
-
Uses of SnappyErrorCode in org.xerial.snappy
Fields in org.xerial.snappy declared as SnappyErrorCodeModifier and TypeFieldDescriptionfinal SnappyErrorCode
SnappyError.errorCode
final SnappyErrorCode
SnappyException.errorCode
Deprecated.private final SnappyErrorCode
SnappyIOException.errorCode
Methods in org.xerial.snappy that return SnappyErrorCodeModifier and TypeMethodDescriptionstatic SnappyErrorCode
SnappyErrorCode.getErrorCode
(int id) SnappyException.getErrorCode()
Deprecated.SnappyIOException.getErrorCode()
static SnappyErrorCode
Returns 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)