JFlex
public class MacroException extends RuntimeException
Constructor Summary | |
---|---|
MacroException()
Creates a new MacroException without message | |
MacroException(String message)
Creates a new MacroException with the specified message
|
Parameters: message the error description presented to the user.