diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 787f312b3..3674099e9 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -1,152 +1,79 @@ - - -
- - -
-
-
|
-- - | -|||||||||
| - PREV CLASS - NEXT CLASS | -- FRAMES - NO FRAMES - - - - - | -|||||||||
| - SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | --DETAIL: ENUM CONSTANTS | FIELD | METHOD | -|||||||||
-java.lang.Object --java.lang.Enum<MovieDbException.MovieDbExceptionType> -
com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType -
public static enum MovieDbException.MovieDbExceptionType
-
+
public static enum MovieDbException.MovieDbExceptionType +extends Enum<MovieDbException.MovieDbExceptionType>+
| -Enum Constant Summary | -|
|---|---|
AUTHORISATION_FAILURE
-
-- |
-|
CONNECTION_ERROR
-
-- |
-|
HTTP_404_ERROR
-
-- |
-|
INVALID_IMAGE
-
-- |
-|
INVALID_URL
-
-- |
-|
MAPPING_FAILED
-
-- |
-|
MOVIE_ID_NOT_FOUND
-
-- |
-|
UNKNOWN_CAUSE
-
-- |
-|
| Enum Constant and Description | +
|---|
AUTHORISATION_FAILURE |
+
CONNECTION_ERROR |
+
HTTP_404_ERROR |
+
INVALID_IMAGE |
+
INVALID_URL |
+
MAPPING_FAILED |
+
MOVIE_ID_NOT_FOUND |
+
UNKNOWN_CAUSE |
+
| -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 |
-
- +
| 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.
+ |
+
| -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 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+
| -Method Detail | -
|---|
-public static MovieDbException.MovieDbExceptionType[] values()-
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 name
-NullPointerException - if the argument is nullname - 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
-
-
|
-- - | -|||||||||
| - PREV CLASS - NEXT CLASS | -- FRAMES - NO FRAMES - - - - - | -|||||||||
| - SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | --DETAIL: ENUM CONSTANTS | FIELD | METHOD | -|||||||||
Copyright © 2012-2013. All Rights Reserved.
+