public class UnknownEnumException
extends java.lang.RuntimeException
Constructor and Description |
---|
UnknownEnumException(java.lang.String enumerator)
Create an enumeration exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEnumerator()
Get the enumerator that was unknown.
|