Class MethodAmbiguityException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MethodAmbiguityException
    extends java.lang.RuntimeException
    It is not possible to decide how to resolve a method invocation.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodAmbiguityException​(java.lang.String description)
      Create an instance from a description of the reason why there is ambiguity in this particular case.
    • 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

      • MethodAmbiguityException

        public MethodAmbiguityException​(java.lang.String description)
        Create an instance from a description of the reason why there is ambiguity in this particular case.