Class SemanticException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- weka.core.expressionlanguage.core.SemanticException
-
- All Implemented Interfaces:
java.io.Serializable
public class SemanticException extends java.lang.ExceptionAn exception that should be used if a program doesn't have valid semantics- Version:
- $Revision: 1000 $
- Author:
- Benjamin Weber ( benweber at student dot ethz dot ch )
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SemanticException(java.lang.String msg)Constructs aSemanticExceptionwith a messageSemanticException(java.lang.String msg, java.lang.Exception e)Constructs aSemanticExceptionwith a message and cause
-
-
-
Constructor Detail
-
SemanticException
public SemanticException(java.lang.String msg, java.lang.Exception e)Constructs aSemanticExceptionwith a message and cause- Parameters:
msg- the message of the exceptione- the cause of the exception
-
SemanticException
public SemanticException(java.lang.String msg)
Constructs aSemanticExceptionwith a message- Parameters:
msg- the message of the exception
-
-