javassist.tools.reflect

Class CannotReflectException

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 CannotCompileException

Constructor Summary
CannotReflectException(String msg)

Constructor Detail

CannotReflectException

public CannotReflectException(String msg)
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.