diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index fdc6138f3..2c6a4ce99 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -1,95 +1,184 @@ - - -
- - -public static enum MovieDbException.MovieDbExceptionType -extends Enum<MovieDbException.MovieDbExceptionType>-
+java.lang.Object ++java.lang.Enum<MovieDbException.MovieDbExceptionType> +
com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType +
public static enum MovieDbException.MovieDbExceptionType
+
-
| Enum Constant and Description | -
|---|
AUTHORISATION_FAILURE |
-
CONNECTION_ERROR |
-
HTTP_404_ERROR |
-
HTTP_503_ERROR |
-
INVALID_IMAGE |
-
INVALID_URL |
-
MAPPING_FAILED |
-
MOVIE_ID_NOT_FOUND |
-
UNKNOWN_CAUSE |
-
| +Enum Constant Summary | +|
|---|---|
AUTHORISATION_FAILURE
+
++ |
+|
CONNECTION_ERROR
+
++ |
+|
HTTP_404_ERROR
+
++ |
+|
HTTP_503_ERROR
+
++ |
+|
INVALID_IMAGE
+
++ |
+|
INVALID_URL
+
++ |
+|
MAPPING_FAILED
+
++ |
+|
MOVIE_ID_NOT_FOUND
+
++ |
+|
UNKNOWN_CAUSE
+
++ |
+|
| Modifier and Type | -Method and Description | -
|---|---|
static MovieDbException.MovieDbExceptionType |
-valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static MovieDbException.MovieDbExceptionType[] |
-values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
| +Method Summary | +|
|---|---|
+static MovieDbException.MovieDbExceptionType |
+valueOf(String name)
+
++ Returns the enum constant of this type with the specified name. |
+
+static MovieDbException.MovieDbExceptionType[] |
+values()
+
++ Returns an array containing the constants of this enum type, in +the order they are declared. |
+
| Methods inherited from class java.lang.Enum | +
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
+
| Methods inherited from class java.lang.Object | +
|---|
getClass, notify, notifyAll, wait, wait, wait |
+
+ -
public static final MovieDbException.MovieDbExceptionType UNKNOWN_CAUSE-
public static final MovieDbException.MovieDbExceptionType INVALID_URL-
public static final MovieDbException.MovieDbExceptionType HTTP_404_ERROR-
public static final MovieDbException.MovieDbExceptionType MOVIE_ID_NOT_FOUND-
public static final MovieDbException.MovieDbExceptionType MAPPING_FAILED-
public static final MovieDbException.MovieDbExceptionType CONNECTION_ERROR-
public static final MovieDbException.MovieDbExceptionType INVALID_IMAGE-
public static final MovieDbException.MovieDbExceptionType AUTHORISATION_FAILURE-
public static final MovieDbException.MovieDbExceptionType HTTP_503_ERROR-
| +Enum Constant Detail | +
|---|
+public static final MovieDbException.MovieDbExceptionType UNKNOWN_CAUSE+
+public static final MovieDbException.MovieDbExceptionType INVALID_URL+
+public static final MovieDbException.MovieDbExceptionType HTTP_404_ERROR+
+public static final MovieDbException.MovieDbExceptionType MOVIE_ID_NOT_FOUND+
+public static final MovieDbException.MovieDbExceptionType MAPPING_FAILED+
+public static final MovieDbException.MovieDbExceptionType CONNECTION_ERROR+
+public static final MovieDbException.MovieDbExceptionType INVALID_IMAGE+
+public static final MovieDbException.MovieDbExceptionType AUTHORISATION_FAILURE+
+public static final MovieDbException.MovieDbExceptionType HTTP_503_ERROR+
public static MovieDbException.MovieDbExceptionType[] values()-
| +Method Detail | +
|---|
+public static MovieDbException.MovieDbExceptionType[] values()+
for (MovieDbException.MovieDbExceptionType c : MovieDbException.MovieDbExceptionType.values()) System.out.println(c); -
public static MovieDbException.MovieDbExceptionType valueOf(String name)-
+
+public static MovieDbException.MovieDbExceptionType valueOf(String name)+
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
-with the specified nameNullPointerException - if the argument is null+
name - the name of the enum constant to be returned.
+IllegalArgumentException - if this enum type has no constant
+with the specified name
+NullPointerException - if the argument is nullCopyright © 2012-2013. All Rights Reserved.
- - + +