koala.dynamicjava.interpreter.context
Class GlobalContext.PseudoError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--koala.dynamicjava.interpreter.context.GlobalContext.PseudoError
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
GlobalContext

protected class GlobalContext.PseudoError
extends java.lang.Error

To test the existance of a class without loading it

See Also:
Serialized Form

Constructor Summary
protected GlobalContext.PseudoError()
           
 
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

GlobalContext.PseudoError

protected GlobalContext.PseudoError()


Copyright © 2001 Stephane Hillion. All Rights Reserved.