MethodCallException Class
- public class MethodCallException
extends ExpressionException
Exception class for MethodCall related exceptions.
-
Hierarchy
-
Object
Throwable
Exception
ApplicationException
ExpressionException
MethodCallException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodCallException
public MethodCallException(String
msg,
Throwable
nested)
- Creates a
MethodCallException
by associating a given
message and a nested exception.
MethodCallException
public MethodCallException(String
msg)
- Creates a
MethodCallException
by associating a given
message.