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.dbms.api.DatabaseManagementService dbms)Retrieves the class and method names via the configuration keys CONFKEY_CLASS_NAME and CONFKEY_METHOD_NAME from the configuration, respectively.InputStreamRestCallBase. callNeo4jRestEndpoint(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> connectionConfig, org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> methodCallConfig, String defaultHttpMethod)protected Map<String,FunctionCallBase.Parameter>FunctionCallBase. parseParameters(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> parameterConfiguration)
-