weka.core.parser.JFlex
Class MacroException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by weka.core.parser.JFlex.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.

Version:
JFlex 1.4.1, $Revision: 1.1 $, $Date: 2008-05-09 09:14:10 $
Author:
Gerwin Klein
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
 
Method Summary
 
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
equals, 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.