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:
  • Constructor Details

    • CannotReflectException

      public CannotReflectException(String msg)