MethodCallException Class

com.bea.p13n.expression
MethodCallException Class

public class MethodCallException

    extends ExpressionException

Exception class for MethodCall related exceptions.


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        ExpressionException
          MethodCallException
All Implemented Interfaces

Serializable

Constructor Summary

MethodCallException(String msg, Throwable nested)

Creates a MethodCallException by associating a given message and a nested exception.
MethodCallException(String msg)

Creates a MethodCallException by associating a given message.
 

Method Summary

 
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
   

Constructor Detail

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.