Uses of Class
openjava.mop.CannotExecuteException

Packages that use CannotExecuteException
openjava.mop Provides classes that are fundamental to the design of the OpenJava Meta-Object Protocols (MOP).  
 

Uses of CannotExecuteException in openjava.mop
 

Methods in openjava.mop that throw CannotExecuteException
 java.lang.Object OJMethod.invoke(java.lang.Object obj, java.lang.Object[] args)
          Invokes this method on the given object with the given parameters.
 java.lang.reflect.Method OJMethod.getByteCode()
           
 java.lang.reflect.Field OJField.getByteCode()
           
 java.lang.Object OJClass.newInstance()
           
 java.lang.Object[] OJClass.getSigners()
           
 java.lang.Class OJClass.getByteCode()
           
 java.lang.Object OJConstructor.newInstance(java.lang.Object[] initargs)
          Creates a new instance of the constructor's declaring class
 java.lang.reflect.Constructor OJConstructor.getByteCode()