javassist.bytecode
Class DuplicateMemberException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javassist.CannotCompileException
javassist.bytecode.DuplicateMemberException
- All Implemented Interfaces:
- Serializable
public class DuplicateMemberException
- extends CannotCompileException
An exception thrown when adding a duplicate member is requested.
- See Also:
ClassFile.addMethod(MethodInfo),
ClassFile.addField(FieldInfo),
Serialized Form
DuplicateMemberException
public DuplicateMemberException(String msg)
Copyright © 2011. All Rights Reserved.