| public class java.lang EnumConstantNotPresentException
|
Java SE 6 |
| since | 1.5 |
| Constructors | |||||
|---|---|---|---|---|---|
| public | EnumConstantNotPresentException(Class enumType, String constantName) Details
Constructs an EnumConstantNotPresentException for the
specified constant.
| ||||
| Methods | |||
|---|---|---|---|
| public String | constantName() Details
Returns the name of the missing enum constant.
| ||
| public Class | enumType() Details
Returns the type of the missing enum constant.
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|