Class NoSuchMethodException

    • Constructor Detail

      • NoSuchMethodException

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