lib206
Class IllegalEnumException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--lib206.IllegalEnumException
All Implemented Interfaces:
java.io.Serializable

public class IllegalEnumException
extends java.lang.RuntimeException

This exception is thrown by the constructors of the Enum class to indicate that the value or position of an enumeration literal is not one of the legal values for a particular enumerated type.

See Also:
Serialized Form

Constructor Summary
IllegalEnumException()
           
 
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

IllegalEnumException

public IllegalEnumException()