JFlex
Class MacroException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byJFlex.MacroException
All Implemented Interfaces:
java.io.Serializable

public class MacroException
extends java.lang.RuntimeException

This Exception is used in the macro expander to report cycles or undefined macro usages.

See Also:
Serialized Form

Constructor Summary
MacroException()
          Creates a new MacroException without message
MacroException(java.lang.String message)
          Creates a new MacroException with the specified message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MacroException

public MacroException()
Creates a new MacroException without message


MacroException

public MacroException(java.lang.String message)
Creates a new MacroException with the specified message

Parameters:
message - the error description presented to the user.