| 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.EnumConstantNotPresentException
public class EnumConstantNotPresentException
Thrown when an application tries to access an enum constant by name and the enum type contains no constant with the specified name.
| Constructor Summary | |
|---|---|
EnumConstantNotPresentException(Class<? extends Enum> enumType,
                                String constantName)
Constructs an EnumConstantNotPresentException for the specified constant.  | 
|
| Method Summary | |
|---|---|
 String | 
constantName()
Returns the name of the missing enum constant.  | 
 Class<? extends Enum> | 
enumType()
Returns the type of the missing enum constant.  | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public EnumConstantNotPresentException(Class<? extends Enum> enumType,
                                       String constantName)
enumType - the type of the missing enum constantconstantName - the name of the missing enum constant| Method Detail | 
|---|
public Class<? extends Enum> enumType()
public String constantName()
  | 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.