javax.xml.bind
Class IllegalEnumerationValueException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--javax.xml.bind.IllegalEnumerationValueException
- All Implemented Interfaces:
- Serializable
- public class IllegalEnumerationValueException
- extends RuntimeException
Unchecked exception thrown when the parse method of an enumeration class is
invoked with a string that is not a member of the enumeration.
- Version:
- 1.12, 01/05/31
- See Also:
- Serialized Form
IllegalEnumerationValueException
public IllegalEnumerationValueException(Object in)
- Constructs an instance of this class.
- Parameters:
in - The input string
getInput
public Object getInput()
- Retrieves the input string.
- Returns:
- The input string
getMessage
public String getMessage()
- Returns a string describing this exception.
- Overrides:
getMessage in class Throwable
- Returns:
- A string describing this exception
Comments to: jaxb-comments@java.sun.com
More information at: http://java.sun.com/xml/jaxb Copyright © 2001 by Sun Microsystems, Inc., 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.