public class NoSuchMethodException extends NoSuchMethodException
| Constructor and Description |
|---|
NoSuchMethodException()
Construct a NoSuchMethodException with no detail.
|
NoSuchMethodException(Method method)
Construct a NoSuchMethodException using the given method
object to construct the detail message.
|
NoSuchMethodException(String msg)
Construct a NoSuchMethodException with the specified detail
message.
|
NoSuchMethodException(String msg,
Method method)
Construct a NoSuchMethodException using the given method
object to construct the detail message.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
format(Method method) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchMethodException(String msg)
msg - Detail message.public NoSuchMethodException(Method method)
method - Method to determine detail message from.public NoSuchMethodException(String msg, Method method)
msg - Detail message prefix.method - Method to determine detail message suffix from.public NoSuchMethodException()
Copyright © 2015 JBoss by Red Hat. All rights reserved.