|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.dropbox.client2.exception.DropboxException
com.dropbox.client2.exception.DropboxParseException
public class DropboxParseException
Indicates there was trouble parsing a response from Dropbox.
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 |
---|
public DropboxParseException(java.io.BufferedReader reader)
public DropboxParseException(java.lang.String message)
Method Detail |
---|
public static java.lang.String stringifyBody(java.io.BufferedReader reader)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |