Class 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:
    javassist.tools.reflect.Reflection#makeReflective(CtClass,CtClass,CtClass), javassist.CannotCompileException, Serialized Form
    • Constructor Detail

      • CannotReflectException

        public CannotReflectException​(String msg)