Uses of Class
de.julielab.concepts.util.MethodCallException
-
Packages that use MethodCallException Package Description de.julielab.concepts.db.core -
-
Uses of MethodCallException in de.julielab.concepts.db.core
Methods in de.julielab.concepts.db.core that throw MethodCallException Modifier and Type Method Description protected <T> TJavaMethodCallBase. callInstanceMethod(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> parameterConfiguration, org.neo4j.graphdb.GraphDatabaseService graphDb)Retrieves the class and method names via the configuration keys CONFKEY_CLASS_NAME and CONFKEY_METHOD_NAME from the configuration, respectively.java.lang.StringServerPluginCallBase. callNeo4jServerPlugin(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> connectionConfig, org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> methodCallConfig)protected java.util.Map<java.lang.String,FunctionCallBase.Parameter>FunctionCallBase. parseParameters(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> parameterConfiguration)
-