gov.llnl.babel.symbols

Class UnknownEnumException


public class UnknownEnumException
extends RuntimeException

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

Constructor Summary

UnknownEnumException(String enumerator)
Create an enumeration exception.

Method Summary

String
getEnumerator()
Get the enumerator that was unknown.

Constructor Details

UnknownEnumException

public UnknownEnumException(String enumerator)
Create an enumeration exception.

Method Details

getEnumerator

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