Uses of Class
com.sun.n1.util.enum.NoSuchEnumException

Packages that use NoSuchEnumException
com.sun.n1.util.enum   
com.sun.n1.util.enumx   
 

Uses of NoSuchEnumException in com.sun.n1.util.enum
 

Methods in com.sun.n1.util.enum that throw NoSuchEnumException
 Enum EnumFactory.getEnum(int value)
          Returns the enum associated with the passed int value.
 Enum EnumFactoryImpl.getEnum(int value)
          Returns the enum associated with the passed int value.
 Enum EnumFactory.getEnum(java.lang.String value)
          Returns the enum associated with the passed String value.
 Enum EnumFactoryImpl.getEnum(java.lang.String value)
          Returns the enum associated with the passed string value.
 

Uses of NoSuchEnumException in com.sun.n1.util.enumx
 

Subclasses of NoSuchEnumException in com.sun.n1.util.enumx
 class NoSuchEnumExceptionX
          Exception class indicating that an enum lookup failed.