com.dropbox.client2.exception
Class DropboxParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dropbox.client2.exception.DropboxException
              extended by com.dropbox.client2.exception.DropboxParseException
All Implemented Interfaces:
java.io.Serializable

public class DropboxParseException
extends DropboxException

Indicates there was trouble parsing a response from Dropbox.

See Also:
Serialized Form

Constructor Summary
DropboxParseException(java.io.BufferedReader reader)
           
DropboxParseException(java.lang.String message)
           
 
Method Summary
static java.lang.String stringifyBody(java.io.BufferedReader reader)
           
 
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

DropboxParseException

public DropboxParseException(java.io.BufferedReader reader)

DropboxParseException

public DropboxParseException(java.lang.String message)
Method Detail

stringifyBody

public static java.lang.String stringifyBody(java.io.BufferedReader reader)