javassist.tools.reflect
Class CannotReflectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javassist.CannotCompileException
              extended by javassist.tools.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)
           
 
Method Summary
 
Methods inherited from class javassist.CannotCompileException
getCause, getReason, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, 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-2010 Shigeru Chiba. All Rights Reserved.