harpoon.ClassFile
Class NoSuchClassException

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

public class NoSuchClassException
extends RuntimeException

NoSuchClassException is thrown to indicate an attempt to remove a class from a list which does not contain it, or a failed attempt to look up a class by name or descriptor.

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

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

NoSuchClassException

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