Package nz.org.riskscape.jython
Interface JythonProblems
- All Superinterfaces:
nz.org.riskscape.engine.problem.ProblemFactory
public interface JythonProblems
extends nz.org.riskscape.engine.problem.ProblemFactory
-
Method Summary
Modifier and TypeMethodDescriptionnz.org.riskscape.problem.Problem
nz.org.riskscape.problem.Problem
couldNotCreateThing
(Object typeOfThing, String source) static JythonProblems
get()
nz.org.riskscape.problem.Problem
nz.org.riskscape.problem.Problem
missingConstant
(Object typeOfThing, String key) nz.org.riskscape.problem.Problem
nz.org.riskscape.problem.Problem
nz.org.riskscape.problem.Problem
nz.org.riskscape.problem.Problem
parameterNoneNotAllowed
(String parameterName) nz.org.riskscape.problem.Problem
thingWasWrongType
(String thing, Class<?> unwantedType) nz.org.riskscape.problem.Problem
unexpectedType
(String keyOfThing, Class<?> expected, Class<? extends org.python.core.PyObject> actual)
-
Method Details
-
get
-
couldNotCreateThing
-
missingFunctionObject
nz.org.riskscape.problem.Problem missingFunctionObject() -
mustHaveFunction
nz.org.riskscape.problem.Problem mustHaveFunction() -
parameterNoneNotAllowed
-
parameterMissingName
nz.org.riskscape.problem.Problem parameterMissingName() -
thingWasWrongType
-
couldNotConvertToType
nz.org.riskscape.problem.Problem couldNotConvertToType() -
unexpectedType
-
missingConstant
-
importErrorTip
nz.org.riskscape.problem.Problem importErrorTip()
-