harpoon.ClassFile
Class NoSuchMemberException

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

public class NoSuchMemberException
extends RuntimeException

NoSuchMemberException is thrown to indicate an attempt to remove a member from a class which does not contain it.

Version:
$Id: NoSuchMemberException.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
NoSuchMemberException(String message)
          Creates a NoSuchMemberException 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

NoSuchMemberException

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