2003.09.15


jdc.java.lang
Class NoSuchMethodException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.NoSuchMethodException
                    |
                    +--jdc.java.lang.NoSuchMethodException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchMethodException
extends java.lang.NoSuchMethodException

A wrapper class for java.lang.NoSuchMethodException.

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

Constructor Summary
NoSuchMethodException()
          Constructs a new NoSuchMethodException object.
 
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

NoSuchMethodException

public NoSuchMethodException()
Constructs a new NoSuchMethodException object.


2003.09.15



Copyright © 2003 J. Damon & Co.; All Rights Reserved WorldWide.