Class InvalidClassifierSyntaxException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.RiskscapeException
nz.org.riskscape.dsl.ParseException
nz.org.riskscape.defaults.classifier.InvalidClassifierSyntaxException
All Implemented Interfaces:
Serializable

public class InvalidClassifierSyntaxException extends nz.org.riskscape.dsl.ParseException

Exception thrown when ClassifierFunctionParser detects invalid syntax. The contained Problem should describe what the cause is.

See Also:
  • Constructor Details

    • InvalidClassifierSyntaxException

      public InvalidClassifierSyntaxException(nz.org.riskscape.problem.Problem problem)