MethodNotFoundException
.public class MethodNotFoundException extends EvaluationException
An exception caused by a method name that cannot be resolved against a base object.
Constructor and Description |
---|
MethodNotFoundException()
Deprecated.
Construct a new exception with no detail message or root cause.
|
MethodNotFoundException(String message)
Deprecated.
Construct a new exception with the specified detail message and
no root cause.
|
MethodNotFoundException(String message,
Throwable cause)
Deprecated.
Construct a new exception with the specified detail message and
root cause.
|
MethodNotFoundException(Throwable cause)
Deprecated.
Construct a new exception with the specified root cause.
|
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MethodNotFoundException()
Construct a new exception with no detail message or root cause.
public MethodNotFoundException(String message)
Construct a new exception with the specified detail message and no root cause.
message
- The detail message for this exceptionpublic MethodNotFoundException(Throwable cause)
Construct a new exception with the specified root cause. The detail
message will be set to (cause == null ? null :
cause.toString()
cause
- The root cause for this exceptionCopyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.