ojvm.loading
Class ClassNotFoundE

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ojvm.data.InternalException
                    |
                    +--ojvm.operations.LinkE
                          |
                          +--ojvm.loading.LoadE
                                |
                                +--ojvm.loading.ClassNotFoundE

public class ClassNotFoundE
extends LoadE

Exception thrown when a class is not found

See Also:
Serialized Form

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

ClassNotFoundE

public ClassNotFoundE(java.lang.String s)