| Package | Description |
|---|---|
| com.moviejukebox.themoviedb |
| Modifier and Type | Method and Description |
|---|---|
MovieDbException.MovieDbExceptionType |
MovieDbException.getExceptionType() |
static MovieDbException.MovieDbExceptionType |
MovieDbException.MovieDbExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MovieDbException.MovieDbExceptionType[] |
MovieDbException.MovieDbExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
String response) |
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
String response,
Throwable cause) |
Copyright © 2012. All Rights Reserved.