javassist.bytecode
Class DuplicateMemberException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavassist.CannotCompileException
              extended byjavassist.bytecode.DuplicateMemberException
All Implemented Interfaces:
java.io.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

Constructor Summary
DuplicateMemberException(java.lang.String msg)
           
 
Methods inherited from class javassist.CannotCompileException
getCause, getReason, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateMemberException

public DuplicateMemberException(java.lang.String msg)


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