Class AmbiguousMethodException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AmbiguousMethodException
    extends java.lang.RuntimeException
    Thrown by the constructors in MethodTransition if there are several methods with the specifed name in the target object's class.
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      AmbiguousMethodException​(java.lang.String methodName)
      Creates a new instance using the specified method name as message.
    • 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

      • AmbiguousMethodException

        public AmbiguousMethodException​(java.lang.String methodName)
        Creates a new instance using the specified method name as message.
        Parameters:
        methodName - the name of the method.