Uses of Class
org.xerial.snappy.SnappyErrorCode

Uses of SnappyErrorCode in org.xerial.snappy
 

Fields in org.xerial.snappy declared as SnappyErrorCode
 SnappyErrorCode SnappyException.errorCode
          Deprecated.  
 SnappyErrorCode SnappyError.errorCode
           
 

Methods in org.xerial.snappy that return SnappyErrorCode
 SnappyErrorCode SnappyException.getErrorCode()
          Deprecated.  
static SnappyErrorCode SnappyErrorCode.getErrorCode(int id)
           
static SnappyErrorCode SnappyErrorCode.valueOf(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
SnappyError(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.  
 



Copyright © 2011 xerial.org. All Rights Reserved.