public class UndefinedSymbolException extends RuntimeException
| Constructor and Description | 
|---|
UndefinedSymbolException()
Creates a new UndefinedSymbolException 
 | 
UndefinedSymbolException(String symbolName)
Creates a new UndefinedSymbolException given the name of
 the undefined symbol. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UndefinedSymbolException()
public UndefinedSymbolException(String symbolName)
symbolName - the name of the undefined symbol.Copyright © 2025. All rights reserved.