harpoon.ClassFile
Class DuplicateClassException

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

public class DuplicateClassException
extends RuntimeException

DuplicateClassException is thrown to indicate an attempt to create a class whose name conflicts with another class already known to the linker.

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

Constructor Summary
DuplicateClassException(String message)
          Creates a DuplicateClassException 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

DuplicateClassException

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