public class NoSuchMethodException extends Exception
Constructor and Description |
---|
NoSuchMethodException()
Constructs a
NoSuchMethodException without a detail message. |
NoSuchMethodException(String s)
Constructs a
NoSuchMethodException with a detail message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchMethodException()
NoSuchMethodException
without a detail message.public NoSuchMethodException(String s)
NoSuchMethodException
with a detail message.s
- the detail message.Copyright © 2012 CableLabs. All Rights Reserved.