Package jflex
Class MacroException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jflex.MacroException
- All Implemented Interfaces:
Serializable
This Exception is used in the macro expander to report cycles or undefined macro usages.
- Version:
- JFlex 1.7.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new MacroException without message.MacroException
(String message) Creates a new MacroException with the specified message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
MacroException
public MacroException()Creates a new MacroException without message. -
MacroException
Creates a new MacroException with the specified message- Parameters:
message
- the error description presented to the user.
-