javassist.reflect
Class CannotReflectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavassist.CannotCompileException
              extended byjavassist.reflect.CannotReflectException
All Implemented Interfaces:
java.io.Serializable

public class CannotReflectException
extends CannotCompileException

Thrown by makeReflective() in Reflection when there is an attempt to reflect a class that is either an interface or a subclass of either ClassMetaobject or Metaobject.

Author:
Brett Randall
See Also:
Reflection.makeReflective(CtClass,CtClass,CtClass), CannotCompileException, Serialized Form

Constructor Summary
CannotReflectException(java.lang.String msg)
           
 
Methods inherited from class javassist.CannotCompileException
getReason, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CannotReflectException

public CannotReflectException(java.lang.String msg)


Javassist, a Java-bytecode translator toolkit. Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.