gov.llnl.babel.symbols
Class UnknownEnumException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by gov.llnl.babel.symbols.UnknownEnumException
All Implemented Interfaces:
java.io.Serializable

public class UnknownEnumException
extends java.lang.RuntimeException

This runtime exception is thrown when you attempt to get the value of an enumeration symbol that is undefined.

See Also:
Serialized Form

Constructor Summary
UnknownEnumException(java.lang.String enumerator)
          Create an enumeration exception.
 
Method Summary
 java.lang.String getEnumerator()
          Get the enumerator that was unknown.
 
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

UnknownEnumException

public UnknownEnumException(java.lang.String enumerator)
Create an enumeration exception.

Method Detail

getEnumerator

public java.lang.String getEnumerator()
Get the enumerator that was unknown.