Uses of Class
fingerprinters.FingerPrinterException.ErrorCode

Packages that use FingerPrinterException.ErrorCode
fingerprinters   
 

Uses of FingerPrinterException.ErrorCode in fingerprinters
 

Methods in fingerprinters that return FingerPrinterException.ErrorCode
 FingerPrinterException.ErrorCode FingerPrinterException.getErrorCode()
           
static FingerPrinterException.ErrorCode FingerPrinterException.ErrorCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FingerPrinterException.ErrorCode[] FingerPrinterException.ErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in fingerprinters with parameters of type FingerPrinterException.ErrorCode
FingerPrinterException(FingerPrinterException.ErrorCode errorCode)
           
FingerPrinterException(FingerPrinterException.ErrorCode errorCode, java.lang.String errorClass)
           
FingerPrinterException(FingerPrinterException.ErrorCode errorCode, java.lang.String errorClass, java.lang.String errorParameter)