Package jflex.exceptions
Class MacroException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jflex.exceptions.MacroException
-
- All Implemented Interfaces:
Serializable
public class MacroException extends Exception
This Exception is used in the macro expander to report cycles or undefined macro usages.- Version:
- JFlex 1.8.2
- Author:
- Gerwin Klein
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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
-
-
-
-
Constructor Detail
-
MacroException
public MacroException(String message)
Creates a new MacroException with the specified message- Parameters:
message
- the error description presented to the user.
-
-