Class MethodInvocationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MethodInvocationException
    extends java.lang.RuntimeException
    Thrown by MethodTransition if the target method couldn't be invoked or threw an exception.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodInvocationException​(java.lang.reflect.Method method, java.lang.Throwable cause)
      Creates a new instance for the specified Method and Throwable.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • MethodInvocationException

        public MethodInvocationException​(java.lang.reflect.Method method,
                                         java.lang.Throwable cause)
        Creates a new instance for the specified Method and Throwable.
        Parameters:
        method - the Method.
        cause - the reason.