Class ThrowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.matheclipse.parser.client.math.MathException
-
- org.matheclipse.core.eval.exception.SymjaMathException
-
- org.matheclipse.core.eval.exception.FlowControlException
-
- org.matheclipse.core.eval.exception.ThrowException
-
- All Implemented Interfaces:
Serializable
public class ThrowException extends FlowControlException
Exception for the Throw function.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ThrowException
THROW_FALSE
static ThrowException
THROW_TRUE
-
Constructor Summary
Constructors Constructor Description ThrowException(IExpr val)
ThrowException(IExpr val, IExpr tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IExpr
getTag()
IExpr
getValue()
-
Methods inherited from class org.matheclipse.core.eval.exception.SymjaMathException
fillInStackTrace, of
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
THROW_FALSE
public static final ThrowException THROW_FALSE
-
THROW_TRUE
public static final ThrowException THROW_TRUE
-
-