com.dropbox.client2.exception
Class DropboxParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dropbox.client2.exception.DropboxException
com.dropbox.client2.exception.DropboxParseException
- All Implemented Interfaces:
- Serializable
public class DropboxParseException
- extends DropboxException
Indicates there was trouble parsing a response from Dropbox.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DropboxParseException
public DropboxParseException(BufferedReader reader)
DropboxParseException
public DropboxParseException(String message)
stringifyBody
public static String stringifyBody(BufferedReader reader)
Copyright © 2012. All Rights Reserved.