KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > EnumConstantNotPresentException

java.lang
Class EnumConstantNotPresentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.EnumConstantNotPresentException
All Implemented Interfaces:
Serializable

public String constantName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public EnumConstantNotPresentException(Class<? extends Enum> enumType,
                                       String constantName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Class<? extends Enum> enumType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags