intarsys runtime library

Uses of Class
de.intarsys.tools.reflect.MethodException

Packages that use MethodException
de.intarsys.tools.reflect   
 

Uses of MethodException in de.intarsys.tools.reflect
 

Subclasses of MethodException in de.intarsys.tools.reflect
 class MethodInvocationException
          An exception in the execution of a method.
 class MethodNotFoundException
          An exception in the lookup of method.
 

Methods in de.intarsys.tools.reflect that throw MethodException
 Object IBasicInvocationSupport.basicInvoke(String name, Object... values)
          Make a reflective call to name.
static Method ObjectTools.findGetter(Object object, String name)
           
static Method ObjectTools.findInserter(Object object, String attribute, Object value)
           
static Method ObjectTools.findMethod(Object object, String methodName, Object... parameters)
           
static Method ObjectTools.findRemover(Object object, String attribute, Object value)
           
static Method ObjectTools.findSetter(Object object, String attribute, Object value)
           
 Object IInvocationHandler.invoke(Object receiver, String name, IArgs args)
          Make a reflective call to the method name within receiver
static Object ObjectTools.invoke(Object object, String name, Object... values)
          Invoke method name in object.
 Object IInvocationSupport.invoke(String name, IArgs args)
          Make a reflective call to the method name.
 boolean IInvocationHandlerAccessibility.isInvokeEnabled(Object receiver, String name, IArgs args)
          true if calling the method name in receiveris currently enabled.
 boolean IInvocationSupportAccessibility.isInvokeEnabled(String name, IArgs args)
          true if calling the method name within this is currently enabled.
 


intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.