koala.dynamicjava.interpreter
Class TreeCompiler.PseudoError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended bykoala.dynamicjava.interpreter.TreeCompiler.PseudoError
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TreeCompiler

public class TreeCompiler.PseudoError
extends java.lang.Error

To test the existance of a class without loading it

See Also:
Serialized Form

Field Summary
protected  ClassInfo classInfo
          The exception content
 
Method Summary
 ClassInfo getClassInfo()
          Returns the class info
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

classInfo

protected ClassInfo classInfo
The exception content

Method Detail

getClassInfo

public ClassInfo getClassInfo()
Returns the class info



Copyright © 2001 Stephane Hillion. All Rights Reserved.