gov.llnl.babel.symbols

Class SymbolNotFoundException


public class SymbolNotFoundException
extends Exception

A SymbolNotFoundException is thrown if a specified symbol identifier cannot be found.

Constructor Summary

SymbolNotFoundException(SymbolID id)
Create a new exception object for the specified symbol identifier.

Method Summary

SymbolID
getSymboID()
Return the symbol identifier that could not be found in the symbol table.

Constructor Details

SymbolNotFoundException

public SymbolNotFoundException(SymbolID id)
Create a new exception object for the specified symbol identifier.

Method Details

getSymboID

public SymbolID getSymboID()
Return the symbol identifier that could not be found in the symbol table.