Class UnexpectedIdentifierException

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.UnexpectedIdentifierException
All Implemented Interfaces:
Serializable

public class UnexpectedIdentifierException extends nz.org.riskscape.dsl.ParseException
See Also:
  • Constructor Details

    • UnexpectedIdentifierException

      public UnexpectedIdentifierException(nz.org.riskscape.dsl.Token got, String... expected)