Uses of Class
org.xerial.snappy.SnappyErrorCode
-
Packages that use SnappyErrorCode Package Description org.xerial.snappy Snappy API for compressing/decompressing data. -
-
Uses of SnappyErrorCode in org.xerial.snappy
Fields in org.xerial.snappy declared as SnappyErrorCode Modifier and Type Field Description SnappyErrorCode
SnappyError. errorCode
SnappyErrorCode
SnappyException. errorCode
Deprecated.private SnappyErrorCode
SnappyIOException. errorCode
Methods in org.xerial.snappy that return SnappyErrorCode Modifier and Type Method Description static SnappyErrorCode
SnappyErrorCode. getErrorCode(int id)
SnappyErrorCode
SnappyException. getErrorCode()
Deprecated.SnappyErrorCode
SnappyIOException. getErrorCode()
static SnappyErrorCode
SnappyErrorCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SnappyErrorCode[]
SnappyErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.xerial.snappy with parameters of type SnappyErrorCode Constructor Description SnappyError(SnappyErrorCode code)
SnappyError(SnappyErrorCode code, java.lang.Error e)
SnappyError(SnappyErrorCode code, java.lang.String message)
SnappyException(SnappyErrorCode errorCode)
Deprecated.SnappyException(SnappyErrorCode errorCode, java.lang.Exception e)
Deprecated.SnappyException(SnappyErrorCode errorCode, java.lang.String message)
Deprecated.SnappyIOException(SnappyErrorCode errorCode, java.lang.String message)
-