JFlex
Class MacroException
public class MacroException
extends RuntimeException
This Exception is used in the macro expander to report cycles or
undefined macro usages.
MacroException()- Creates a new MacroException without message
|
MacroException(String message)- Creates a new MacroException with the specified message
|
MacroException
public MacroException()
Creates a new MacroException without message
MacroException
public MacroException(String message)
Creates a new MacroException with the specified message
message - the error description presented to the user.