ojvm.data
Class MethodNotFoundE

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ojvm.data.InternalException
                    |
                    +--ojvm.operations.LinkE
                          |
                          +--ojvm.data.MethodNotFoundE

public class MethodNotFoundE
extends LinkE

Exceptions related to accessing the methods of a JavaInstance or a class

See Also:
Serialized Form

Constructor Summary
MethodNotFoundE(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodNotFoundE

public MethodNotFoundE(java.lang.String s)