Package javassist.tools.reflect
Class CannotReflectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javassist.CannotCompileException
-
- javassist.tools.reflect.CannotReflectException
-
- All Implemented Interfaces:
java.io.Serializable
public class CannotReflectException extends CannotCompileException
Thrown bymakeReflective()
inReflection
when there is an attempt to reflect a class that is either an interface or a subclass of either ClassMetaobject or Metaobject.
-
-
Constructor Summary
Constructors Constructor Description CannotReflectException(java.lang.String msg)
-
Method Summary
-
Methods inherited from class javassist.CannotCompileException
getCause, getReason, initCause
-
-