javassist.tools.reflect
Class CannotReflectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javassist.CannotCompileException
javassist.tools.reflect.CannotReflectException
- All Implemented Interfaces:
- 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
CannotReflectException
public CannotReflectException(String msg)
Copyright © 2011. All Rights Reserved.