Uses of Class
com.evernote.edam.error.EDAMErrorCode

Packages that use EDAMErrorCode
com.evernote.edam.error   
 

Uses of EDAMErrorCode in com.evernote.edam.error
 

Methods in com.evernote.edam.error that return EDAMErrorCode
static EDAMErrorCode EDAMErrorCode.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 EDAMErrorCode EDAMUserException.getErrorCode()
           
 EDAMErrorCode EDAMSystemException.getErrorCode()
           
static EDAMErrorCode EDAMErrorCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EDAMErrorCode[] EDAMErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evernote.edam.error with parameters of type EDAMErrorCode
 void EDAMUserException.setErrorCode(EDAMErrorCode errorCode)
           
 void EDAMSystemException.setErrorCode(EDAMErrorCode errorCode)
           
 

Constructors in com.evernote.edam.error with parameters of type EDAMErrorCode
EDAMSystemException(EDAMErrorCode errorCode)
           
EDAMUserException(EDAMErrorCode errorCode)
           
 



Copyright © 2013. All Rights Reserved.