Class SyntaxException

java.lang.Object
java.lang.Throwable
java.lang.Exception
weka.core.expressionlanguage.core.SyntaxException
All Implemented Interfaces:
Serializable

public class SyntaxException extends Exception
An exception to represent an invalid syntax of a program
Version:
$Revision: 1000 $
Author:
Benjamin Weber ( benweber at student dot ethz dot ch )
See Also:
  • Constructor Details

    • SyntaxException

      public SyntaxException(String msg)
      Constructs a SyntaxException with a message
      Parameters:
      msg - the message of the exception