Class ExpressionInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.cmu.tetrad.calculator.expression.ExpressionInitializationException
- All Implemented Interfaces:
Serializable
Thrown if the expression can't be parsed, for instance, if it has the wrong number of arguments.
- Version:
- $Id: $Id
- Author:
- Tyler Gibson
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionInitializationException
(String message) Constructor for ExpressionInitializationException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpressionInitializationException
-