Class SyntaxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- weka.core.expressionlanguage.core.SyntaxException
-
- All Implemented Interfaces:
java.io.Serializable
public class SyntaxException extends java.lang.ExceptionAn exception to represent an invalid syntax of a program- Version:
- $Revision: 1000 $
- Author:
- Benjamin Weber ( benweber at student dot ethz dot ch )
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SyntaxException(java.lang.String msg)Constructs aSyntaxExceptionwith a message
-
-
-
Constructor Detail
-
SyntaxException
public SyntaxException(java.lang.String msg)
Constructs aSyntaxExceptionwith a message- Parameters:
msg- the message of the exception
-
-