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, toString
public UndefinedSymbolException()
public UndefinedSymbolException(String symbolName)
symbolName
- the name of the undefined symbol.Copyright © 2023. All rights reserved.