org.springframework.social.evernote.api
Class EvernoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.social.evernote.api.EvernoteException
All Implemented Interfaces:
Serializable

public class EvernoteException
extends RuntimeException

Runtime exception that encapsulates typed exceptions from evernote sdk.

Author:
Tadaya Tsuyukubo
See Also:
Serialized Form

Constructor Summary
EvernoteException(String message, Throwable cause)
           
 
Method Summary
 com.evernote.edam.error.EDAMErrorCode getEDAMErrorCode()
           
 boolean isEDAMNotFoundException()
           
 boolean isEDAMSystemException()
           
 boolean isEDAMUserException()
           
 boolean isTException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvernoteException

public EvernoteException(String message,
                         Throwable cause)
Method Detail

isEDAMUserException

public boolean isEDAMUserException()

isEDAMSystemException

public boolean isEDAMSystemException()

isEDAMNotFoundException

public boolean isEDAMNotFoundException()

isTException

public boolean isTException()

getEDAMErrorCode

public com.evernote.edam.error.EDAMErrorCode getEDAMErrorCode()


Copyright © 2014. All Rights Reserved.