Package javassist.tools.reflect
Class CannotReflectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javassist.CannotCompileException
javassist.tools.reflect.CannotReflectException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
-
Method Summary
Methods inherited from class javassist.CannotCompileException
getCause, getReason, initCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotReflectException
-