ojvm.data
Class PrepareE

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

public class PrepareE
extends VerifyE

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

See Also:
Serialized Form

Constructor Summary
PrepareE(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

PrepareE

public PrepareE(java.lang.String s)