Most visited


Recently visited


Added in API level 1

EnumConstantNotPresentException

public class EnumConstantNotPresentException
extends RuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.EnumConstantNotPresentException


Thrown when an application tries to access an enum constant by name and the enum type contains no constant with the specified name. This exception can be thrown by the API used to read annotations reflectively.

See also:

Summary


Public constructors

EnumConstantNotPresentException(Class<? extends Enum> enumType, String constantName)

Constructs an EnumConstantNotPresentException for the specified constant.

Public methods

String constantName()

Returns the name of the missing enum constant.

Class<? extends Enum> enumType()

Returns the type of the missing enum constant.

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors


EnumConstantNotPresentException

Added in API level 1
EnumConstantNotPresentException (Class<? extends Enum> enumType, 
                String constantName)

Constructs an EnumConstantNotPresentException for the specified constant.

Parameters
enumType Class: the type of the missing enum constant
constantName String: the name of the missing enum constant

Public methods


constantName

Added in API level 1
String constantName ()

Returns the name of the missing enum constant.

Returns
String the name of the missing enum constant

enumType

Added in API level 1
Class<? extends Enum> enumType ()

Returns the type of the missing enum constant.

Returns
Class<? extends Enum> the type of the missing enum constant

Get the latest Android developer news and tips that will help you find success on Google Play.

* Required Fields

Hooray!

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.