org.springframework.batch.item.adapter
Class DynamicMethodInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.batch.item.adapter.DynamicMethodInvocationException
All Implemented Interfaces:
Serializable

public class DynamicMethodInvocationException
extends RuntimeException

Indicates an error has been encountered while trying to dynamically call a method e.g. using MethodInvoker.

Author:
Robert Kasanicky
See Also:
Serialized Form

Constructor Summary
DynamicMethodInvocationException(String message, Throwable cause)
           
DynamicMethodInvocationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DynamicMethodInvocationException

public DynamicMethodInvocationException(Throwable cause)

DynamicMethodInvocationException

public DynamicMethodInvocationException(String message,
                                        Throwable cause)


Copyright © 2009 SpringSource. All Rights Reserved.