harpoon.ClassFile
Class DuplicateMemberException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--harpoon.ClassFile.DuplicateMemberException
All Implemented Interfaces:
Serializable

public class DuplicateMemberException
extends RuntimeException

DuplicateMemberException is thrown to indicate an attempt to add a member to a class already containing a member of the same name.

Version:
$Id: DuplicateMemberException.java,v 1.2 2002/02/25 21:03:01 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>
See Also:
Serialized Form

Constructor Summary
DuplicateMemberException(String message)
          Creates a DuplicateMemberException with the supplied detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateMemberException

public DuplicateMemberException(String message)
Creates a DuplicateMemberException with the supplied detail message.