Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

CDC 1.1.2

java.lang
Class NoSuchMethodException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.NoSuchMethodException
All Implemented Interfaces:
Serializable

public class NoSuchMethodException
extends Exception

Thrown when a particular method cannot be found.

Since:
JDK1.0
See Also:
Serialized Form

Constructor Summary
NoSuchMethodException()
          Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException(String s)
          Constructs a NoSuchMethodException with a 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

NoSuchMethodException

public NoSuchMethodException()
Constructs a NoSuchMethodException without a detail message.


NoSuchMethodException

public NoSuchMethodException(String s)
Constructs a NoSuchMethodException with a detail message.

Parameters:
s - the detail message.

CDC 1.1.2

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 218 specification.