Class UnknownFunctionException

All Implemented Interfaces:
Serializable

public class UnknownFunctionException extends RiskscapeException

Thrown when an object is asked for by id from the engine, but the engine doesn't know a function by that id.

See Also:
  • Constructor Details

    • UnknownFunctionException

      public UnknownFunctionException(String functionId)
    • UnknownFunctionException

      public UnknownFunctionException(String functionId, Collection<String> alternatives)