Package nz.org.riskscape.engine.typexp
Class BadTypeExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.RiskscapeException
nz.org.riskscape.engine.typexp.TypeBuildingException
nz.org.riskscape.engine.typexp.BadTypeExpressionException
- All Implemented Interfaces:
Serializable
public class BadTypeExpressionException
extends nz.org.riskscape.engine.typexp.TypeBuildingException
- See Also:
-
Constructor Summary
ConstructorDescriptionBadTypeExpressionException
(String expression, Exception cause) BadTypeExpressionException
(String expression, String message, Exception cause) BadTypeExpressionException
(String expression, nz.org.riskscape.engine.RiskscapeException exception) -
Method Summary
Methods inherited from class nz.org.riskscape.engine.RiskscapeException
getCause, getProblem, hasProblem
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadTypeExpressionException
-
BadTypeExpressionException
-
BadTypeExpressionException
public BadTypeExpressionException(String expression, nz.org.riskscape.engine.RiskscapeException exception)
-
-
Method Details
-
getExpression
-